How do you modify a control that has been re-parented to a TabPage?
问题 I have a user control that contains a collection of controls to be reused for presenting data on the UI. I've attempted implementing a "pop-out" option that will re-parent the control from another container on the form (a Panel, for example), create a new tab page, and then add the control to the tab page. Unfortunately, when the control is added to the TabPage, its size appears to be locked to the way it was presented with the last parent. I overrode the ParentChanged event to detect when