Skip to content

Fix for "DatePicker with Floating Hint Style's Top Margin/Padding: Issue # 1966#1968

Merged
Keboo merged 1 commit intoMaterialDesignInXAML:masterfrom
HClausing:MaterialDesignFloatingHintDatePicker-HintMarginOrPadding
Jul 10, 2020
Merged

Fix for "DatePicker with Floating Hint Style's Top Margin/Padding: Issue # 1966#1968
Keboo merged 1 commit intoMaterialDesignInXAML:masterfrom
HClausing:MaterialDesignFloatingHintDatePicker-HintMarginOrPadding

Conversation

@HClausing
Copy link
Copy Markdown
Contributor

@HClausing HClausing commented Jul 6, 2020

Matching from Trigger Property="wpf:HintAssist.IsFloating" Value="True" from MaterialDesignTheme.TextBox.xaml :

                    <Trigger Property="wpf:HintAssist.IsFloating" Value="True">
                        <Setter TargetName="border" Property="Margin" Value="0 18 0 0" />
                        <Setter TargetName="HintBackgroundBorder" Property="Background" Value="{Binding Path=(wpf:HintAssist.Background), RelativeSource={RelativeSource TemplatedParent}}" />
                    </Trigger>

@Keboo
Copy link
Copy Markdown
Member

Keboo commented Jul 10, 2020

Adding issue link #1966

@Keboo Keboo added this to the 3.2.0 milestone Jul 10, 2020
@Keboo Keboo merged commit 15bceed into MaterialDesignInXAML:master Jul 10, 2020
@Keboo Keboo added the visual breaking change Items here have affected the visual look of controls. label Jul 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement visual breaking change Items here have affected the visual look of controls.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants