AllowHeaderSizing Property

Applies To    See Also

Specifies whether the height of a grid's header can be changed at run time. Available at design time and run time.

Syntax

Grid.AllowHeaderSizing[ = lExpr]

Settings

lExpr

One of the following:

Setting Description
True (.T.) (Default) The height of the grid's header can be changed by dragging the header at run time.
False (.F.) The height of the grid's header cannot be changed by dragging the header at run time.