Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Numeric Up Down Spinner for WPF (replacement for NumericUpDown control from Winforms)

NotificationsYou must be signed in to change notification settings

phamilton4321/CommonWPFTools.NumericSpinner

Repository files navigation

Numeric Up Down Spinner for WPF .Net Core

Image of Spinner

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

Sample usage

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp