Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 692 Bytes

File metadata and controls

21 lines (14 loc) · 692 Bytes

Resizable

This property determines whether a column's width can be changed interactively.

Usage

grcColumn.Resizable = lResizable
lResizable = grcColumn.Resizable

It is possible that you will want to keep certain columns of a grid at a fixed width, in order to prevent data from being either hidden or exposed. This is the property to set to do that. However, keep in mind that if any columns have the Movable property set, it might be possible to move the column off the viewable area.

Example

ThisForm.Grid1.Column1.Resizable = .T.

See Also

Grid, Movable, Width, Resize