AllowHeaderSizing Property
Specifies whether the height of a grid's header can be changed at run time. Available at design time and run time.
Grid.AllowHeaderSizing[ = lExpr]
Return Value
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.
Remarks
Applies To: Grid Control