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]

Property Values

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

See Also

AllowRowSizing Property | HEADER( ) Function | HeaderHeight Property

Applies To: Grid Control