Thought that this would be an easy thing to do but apparantly not....
I have a tab control on my form with about 5 different tabs (pages). On one of these tabs I tried to place another tab control. Instead, the 2nd tab control overlays the entire page ranges of the 1st tab control i.e. it is not embedded into a singe tab of the 1st control.
Does this make sense and apart from using visibility true/false for the second tab when the page is selected, is there a way to embed 1 tab control into a single page of another?
I have a tab control on my form with about 5 different tabs (pages). On one of these tabs I tried to place another tab control. Instead, the 2nd tab control overlays the entire page ranges of the 1st tab control i.e. it is not embedded into a singe tab of the 1st control.
Does this make sense and apart from using visibility true/false for the second tab when the page is selected, is there a way to embed 1 tab control into a single page of another?
Comment