ButchersBoy / Dragablz

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

tab1.Visibility Hidden not work #239

Open mammadkoma opened 4 years ago

mammadkoma commented 4 years ago

Hi and thank you I want to hide a TabItem in Window_Loaded event. tab2.Visibility = Visibility.Hidden; not work. How can I hide that tabitem?