How do I specify custom formats for the edit boxes. This throws an exception:
<editors:DoubleEditBox Value="{Binding Messages.Data}" Format="000.000e+00" />
How do I specify custom formats for the edit boxes. This throws an exception:
<editors:DoubleEditBox Value="{Binding Messages.Data}" Format="000.000e+00" />
Hi Jim,
I'm sorry but only standard format strings are supported. Custom format strings aren't supported for the edit boxes.
Please log in to a validated account to post comments.