Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sonnemaf/numberboxinputsample

WinUI3 and UWP Sample project showing how to limit keyboard input on a NumberBox, only allow nubers, no letters.
https://github.com/sonnemaf/numberboxinputsample

numberbox uwp winui winui2 winui3

Last synced: 24 days ago
JSON representation

WinUI3 and UWP Sample project showing how to limit keyboard input on a NumberBox, only allow nubers, no letters.

Awesome Lists containing this project

README

        

# NumberBoxInputSample

WinUI3 and UWP Sample project showing how to limit keyboard input on a NumberBox, only allow nubers, no letters.

Uses `x:Bind` to the [PreviewKeyDownHandler](https://github.com/sonnemaf/NumberBoxInputSample/blob/master/WinUI3App1/PreviewKeyDownHandler.cs) helper class.

```xml







```