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

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the feature
NumericUpDownhas StringFormat property, so i wroteStringFormat="{}{0:X}"But formatException occured.
NumericUpDowndoesn't support hexadecimal display?Beta Was this translation helpful? Give feedback.
All reactions