I have a TabGroupPane with multiple ContentPanes. Each pane is hidden if a user closes the tab. Now I have to unhide (show) a closed tab, but don't know how. I have searched the docu but haven't found anything about that.
I hope you can help me with this problem.
I used the xamMenu with a menuItem for "show contentpane". In the code behind, in the xamMenu ItemClicked event:
Dim
myHiddenPane As Infragistics.Windows.DockManager.ContentPane = CType(XamDockManager1.FindName("MyHiddenPane"), Infragistics.Windows.DockManager.ContentPane)
myHiddenPane .Visibility = Windows.
Visibility.Visible