Thursday, 15 May 2014

c# - Programatically close TabItem in WPF -



c# - Programatically close TabItem in WPF -

how hell programmatically close tabitem in windows 8 wpf desktop tabcontrol?

there no options in intellisense, , things appear in search results custom implementations of either tabcontrol or tabitem.

why can't tabcontrol.selecteditem.close();?

i think closing same removing tabitem tabcontrol

edit: ex:

tabcontrol1.items.removeat(tabcontrol1.selectedindex);

c# .net xaml

No comments:

Post a Comment