MaterialDesignInXamlToolkit icon indicating copy to clipboard operation
MaterialDesignInXamlToolkit copied to clipboard

Default TabControl style binding failure

Open HavenDV opened this issue 3 years ago • 0 comments

Bug explanation

<TabControl>
    <TabItem Header="First" />
    <TabItem Header="Second" />
</TabControl>
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'ElementName=PART_HeaderCard'. BindingExpression:Path=Foreground; DataItem=null; target element is 'ContentPresenter' (Name='PART_SelectedContentHost'); target property is 'Foreground' (type 'Brush')

Version

4.6.0

HavenDV avatar Sep 16 '22 06:09 HavenDV