-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Description
Is there a way to get the UseFloatingWatermark property to work with the NumericUpDown?
When I add that property to my app (or the demo app) the floating watermark doesn't appear.
<Controls:NumericUpDown Margin="{StaticResource ControlMargin}"
Controls:TextBoxHelper.Watermark="No Speedup when long pressed"
Controls:TextBoxHelper.UseFloatingWatermark="True"
HasDecimals="{Binding ElementName=HasDecimalsCheckBox,
Path=IsChecked,
Mode=TwoWay}"
IsReadOnly="{Binding ElementName=ReadOnlyCheck,
Path=IsChecked,
Mode=TwoWay}"
Speedup="false" />
Metadata
Metadata
Assignees
Labels
No labels