Skip to content

Commit

Permalink
Fixing tab control binding failures (#2882)
Browse files Browse the repository at this point in the history
  • Loading branch information
Keboo authored Sep 26, 2022
1 parent c64c73e commit b5eac4d
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,7 @@
ContentTemplate="{TemplateBinding ContentTemplate}"
ContentTemplateSelector="{TemplateBinding ContentTemplateSelector}"
Focusable="False"
SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}"
TextBlock.Foreground="{Binding ElementName=PART_HeaderCard, Path=Foreground}"
TextElement.Foreground="{Binding ElementName=PART_HeaderCard, Path=Foreground}" />
SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
</Border>
</DockPanel>

Expand Down

0 comments on commit b5eac4d

Please sign in to comment.