OverviewExamples
|
Grid.SetRedraw ( |
Stops/starts redraws on things like changing the number of rows and columns and autosizing in a grid object, but not for user-intervention such as resizes.
(string) The name of the grid object.
(boolean) Whether redrawing is on or off. This is an optional argument and if omitted will default to true.
|
VALUE |
DESCRIPTION |
|
true |
Set redrawing to be on. (Default) |
|
false |
Set redrawing to be off. |
(boolean) Whether or not to redraw the scrollbars. This is an optional argument and if omitted will default to true.
|
VALUE |
DESCRIPTION |
|
true |
Redraw the scrollbars. |
|
false |
Don't redraw the scrollbars. |
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions