Partition Property
Specifies whether a Grid control is split into two panels and specifies where the split is relative to the left edge of the grid. Available at design time; read/write at run time.
Grid.Partition[ = nSplit]
Property Values
- nSplit
Specifies the position where the grid splits into two panels. If nSplit is 0, the grid isn't split.
Remarks
Note that the SplitBar property takes precedence over the Partition property.
See Also
Panel Property | PanelLink Property | SplitBar Property
Applies To: Grid