GRID.Redraw

Previous  Next

 

state = GRID.Redraw( BYVAL nControl AS INTEGER,

                     BYVAL state AS INTEGER ) AS INTEGER

 

 

 

 

Stops/starts redraws on things like changing the number of rows and columns and autosizing, but not for user-intervention such as resizes.

 

Example:

 

GRID.Redraw( nControl, TRUE )