SplitBar Property
Specifies whether the split bar is displayed in a Grid control. Available at design time; read-only at run time.
Grid.SplitBar[ = lExpr]
Property Values
- lExpr
One of the following:lExpr Description True (.T.) (Default) The split bar is displayed in a Grid control, allowing you to split the Grid into two separate panes. To synchronize the two halves of the grid, add "This.Refresh" to the Grid AfterRowColChange event. False (.F.) The split bar isn't displayed in a Grid control, preventing you from splitting the Grid into separate panes.
Remarks
Note that the SplitBar property takes precedence over the Partition property.
See Also
GridLines Property | Partition Property
Applies To: Grid Control