Thanks to visit codestin.com
Credit goes to github.com

Skip to content

New Numeric-/DecimalUpDown styles not working #3756

@corvinsz

Description

@corvinsz

Bug explanation

The following new styles for the Numeric- and DecimalUpDown control do not work:
MaterialDesignFilledNumericUpDown
MaterialDesignOutlinedNumericUpDown
MaterialDesignFilledDecimalUpDown
MaterialDesignOutlinedDecimalUpDown

This exception gets thrown:
image

Here is my xaml:

<materialDesign:DecimalUpDown HorizontalAlignment="Center"
                              VerticalAlignment="Center"
                              Style="{StaticResource MaterialDesignOutlinedDecimalUpDown}"
                              Value="0" />

I think this is related to (or the same as) #3731

Version

5.2.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions