Skip to content

TextBox-padding defined in ResourceDictionary not worked #3058

@mohsen-id

Description

@mohsen-id

Bug explanation

If you set padding for a Textbox inline in style, its worked; but if you move the padding to a setter in ResourceDictionary, it's not working.

For example:

<Style x:Key="LInputTextField" TargetType="{x:Type TextBox}" BasedOn="{StaticResource MaterialDesignOutlinedTextBox}"> Not work but: Worked ### Version 4.7.1.0

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions