Skip to content

NumericUpDown Maximum property #4431

Answered by punker76
alexachso asked this question in Q&A
Discussion options

You must be logged in to vote

@alexachso This is a little bit tricky caused by Xaml, but you can do this:

<mah:NumericUpDown Maximum="{Binding Source={x:Static sys:UInt32.MaxValue}, Mode=OneWay}"  
                   mah:TextBoxHelper.ClearTextButton="True"
                   Value="10" />

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@alexachso
Comment options

Comment options

You must be logged in to vote
1 reply
@alexachso
Comment options

Answer selected by alexachso
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants