Is there a way to programmatically assign a control to a particular page of the tab control? I am programmatically repositioning a control from outside the Tab control to within one of the tabs. Then, if I click on a different tab, the control is still present in the second tab which I don't want.
That doesn't happen with controls that are originally located in the first tab. I see that there is an owning pane property that can be read from a property node, but it cannot be written to. I'd prefer to not have to move the controls again when the active tab is changed.