SplitBar Property

Applies To    See Also

Specifies whether the split bar is displayed in a Grid control. Available at design time; read-only at run time.

Syntax

Grid.SplitBar[ = lExpr]

Settings

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.
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.


Send feedback to MSDN.Look here for MSDN Online resources.