- Notifications
You must be signed in to change notification settings - Fork0
phamilton4321/CommonWPFTools.NumericSpinner
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Numeric Up Down Spinner for WPF .Net Core
This Usercontrol will remind me and help you to implement a Numeric Spinner into an WPF XAML file.
It offers:
- MinValue: Minimum integer value the control will accept
- MaxValue: Maximum integer value the control will accept
- Value: Value to start with at the beginning
- CornerRadiusValue: Corner Radius of the control
In you xaml file addxmlns:usercontrols="clr-namespace:CommonWPFTools.UserControls" to your Window. And then insert the control like this<usercontrols:NumericSpinner MinValue="1" MaxValue="15" Value="5" CornerRadiusValue="3"/>.
An example is also in the solution
Credits to Yassine for the base, that unfortunatley doesn't run for me.See hisRepository as well.
About
Numeric Up Down Spinner for WPF (replacement for NumericUpDown control from Winforms)
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
