AllowRowSizing Property

Specifies whether the height of records in a grid can be changed at run time. Available at design time and run time.

Grid.AllowRowSizing[ = lExpr]

Return Value

  • lExpr
    One of the following:

    Setting

    Description

    True (.T.)

    (Default) The height of records in the grid can be changed by dragging at run time.

    False (.F.)

    The height of records in the grid cannot be changed by dragging at run time.

Remarks

Applies To: Grid Control

See Also

Reference

AllowHeaderSizing Property

RowHeight Property

ROW( ) Function

Other Resources

Properties (Visual FoxPro)

Language Reference (Visual FoxPro)