Hi all,
I would like to ask you, how can I access my usercontrol from MainWindow?
For accessing to MainWindow I'm using :
Dim mw As MainWindow = DirectCast(Application.Current.MainWindow, MainWindow)
I need this because I would like to select particular TabItem from my UserControl. (tabitem.IsSelected= true)
Thank you in advance
Loading
Replies
Know the answer? Post it — somebody with the same question will find it here.