| WindowSplitter Xojo Plugin |
|
DesktopWindowSplitter.AddUnmanagedControl Method
Use this method to add controls to a list of controls that the WindowSplitter will internally manage. That is once you have told the WindowSplitter about controls that should be affected by the splitter movement then the WindowSplitter will take care of resizing and moving them when the WindowSplitter moves. (This method is intended for TabPanels and PagePanels, use the AddControl method for other controls).

AddUnmanagedControl(
ctrl
as DesktopControl,
beforeSplitter
as Boolean)
Parameters
- ctrl
- The control to add to the WindowSplitter's list of managed controls.
- beforeSplitter
- Set this parameter to true if the control that you are adding is before the WindowSplitter (To the left of it for vertical splitters or above for horizontal splitters), otherwise set to false.
Remarks
See Also
DesktopWindowSplitter Control