Hi,
I have tabcontrol in my main window. The different tbas I create with custom controls (for edit, addition etc.). I want to be able to address the other tabs from inside the control, so that when, for example, I click submit at some of the forms, it activates a specific other tab.
I tried with
BaseWindow n = new BaseWindow();
n.SearchTab.Visibility = System.Windows.Visibility.Hidden;
Still obviously this does not do the trick.
Any ideas?