Skip to content

Kevin-Taha/NumberBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NumberBox

Microsoft - Prototype for UWP NumberBox Control

This prototype is no longer in development - see the official NumberBox control in WinUI3!

Project Specs

Proposal Thread

More about the Windows UI Library

How To Compile/Run

  1. Install Visual Studio 2019, you'll need any extensions for UWP Development.
  2. Clone this directory and open the solution file through Visual Studio, or start a new Blank UWP Project and then clone the code to it.
  3. On top, leave compile mode at Debug and set the correct processor type (Probably x64), and the Local Machine start button

The test page can be edited even at runtime by changing MainPage.xaml. Changing MainPage.xaml or the Converter code will not affect the NumberBox codebehind. NumberBox code is stored in NumberBox.cs and it's resource/style template, NumberBox.xaml.

NumberBox is a subclass of of Textbox, and thus implements all of TextBox's properties.

About

Microsoft - Prototype for UWP NumberBox Control

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages