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


Back to Table of Contents

Copyright © 2002-2018 by Tamar E. Granor, Ted Roche, Doug Hennig, and Della Martin. Click for license .