ButchersBoy / Dragablz

Dragable and tearable tab control for WPF
http://dragablz.net
MIT License
2.17k stars 320 forks source link

close button can't show #254

Open TealerLinkGuo opened 3 years ago

TealerLinkGuo commented 3 years ago

this is my code in xaml <dragablz:TabablzControl Grid.Row="1" Grid.Column="3" ShowDefaultCloseButton="True"> <!--<dragablz:TabablzControl.InterTabController> <dragablz:InterTabController /> </dragablz:TabablzControl.InterTabController>--> <TabItem Header="f1"></TabItem> <TabItem Header="f2"></TabItem> </dragablz:TabablzControl> but when I run this, there is not a close button

eduardoghi commented 3 months ago

According to the dev ShowDefaultCloseButton doesn't work using the default style

https://github.com/ButchersBoy/Dragablz/issues/148#issuecomment-278680141