Replies: 1 comment
-
@hanmarco This should be possible with latest version. Here is a short test <Grid xmlns:mah="http://metro.mahapps.com/winfx/xaml/controls">
<mah:NumericUpDown x:Name="NUD"
Margin="10"
Maximum="255"
Minimum="0"
StringFormat="{}{0:X}"
Value="255" />
</Grid> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the feature
NumericUpDown
has StringFormat property, so i wroteStringFormat="{}{0:X}"
But formatException occured.
NumericUpDown
doesn't support hexadecimal display?Beta Was this translation helpful? Give feedback.
All reactions