-
Beta Was this translation helpful? Give feedback.
Answered by
punker76
Apr 16, 2024
Replies: 2 comments 2 replies
-
UInt is not supported for NumericUpDown as this Maximum is out of the range we can reach iirc. Check docs for numeric types in .NET |
Beta Was this translation helpful? Give feedback.
1 reply
-
@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" /> |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
alexachso
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@alexachso This is a little bit tricky caused by Xaml, but you can do this: