DataGrid REALbasic Plugin

DataGrid.LockDrawing Property

To set or get LockDrawing value.

LockDrawing as Boolean {Read and Write}

Remarks

If True the StyleGrid is not redrawn immediately after inserting rows or columns and also after using some other methods.
This can be used to increase speed and reduce flickering when inserting a large amount of data at the same time.
If False, the StyleGrid forces a redraw.

See Also

DataGrid Control