| Search Locate Previous Next | Contents |
Description
Emulates a vertical separator by resizing the objects to its left and right. Takes the group ids of all the objects you want it to manage (in any order). This is most likely to be used to emulate the Windows95 Explorer style where you have a tree-control down the left of your form and a selection of other controls to the right.
Consider using the Containing Region here to reduce the number of objects handled by the splitter.
Class Property Table
| Name | Type | Default | Description |
| Controls | Stringlist | Objects to split (group ids) | |
| Hidden | Bool | Used to constrain other splitters | |
| Limits | Runtime | Closest Approach to edge (left,right) | |
| Where | User | Current horizontal position | |
| Active | Runtime | Boolean singleton |
Class-specific Functions
| MoveTo | Move splitter to this column (pixel position) |