Microsoft - Prototype for UWP NumberBox Control
More about the Windows UI Library
- Install Visual Studio 2019, you'll need any extensions for UWP Development.
- 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.
- 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.