Skip to content

UseFloatingWatermark with the NumericUpDown #2202

@sous2817

Description

@sous2817

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions