HandyOrg / HandyControl

Contains some simple and commonly used WPF controls
https://handyorg.github.io/
MIT License
6.13k stars 1.03k forks source link

TabControl Header disappears after closing and opening Tab Item #875

Open ghost1372 opened 3 years ago

ghost1372 commented 3 years ago

After removing tab and adding the tab, the header disappears, But again, if an item is added, the header will be shown

var tabItem = new TabItem();
tabItem.Header = header;
tabItem.Content = new PackageDetailView(yamlLink, isInstalled);
tabItemPackage.Items.Add(tabItem);

Animation

NaBian commented 3 years ago

can you provide a demo?

ghost1372 commented 3 years ago

Do you accept the beta version of our product?😁 https://github.com/HandyOrg/HandyWinGet/releases/tag/v4.0.0-beta.1