Is it possible to open another Window
in a TabControl
's TabItem
?
The reason I want to do this is that if I have 5 TabItem
s in my TabControl
, the one Window file I'm coding all these TabItem
s and their associated actions will get very large. So it would be nice if it was possible to to give each TabItem
its own Window
file.
Or how do you solve the problem where theWindow
file controlling the TabControl
gets too large?
You have several choices: