Visual Basic: MSFlexGrid/MSHFlexGrid Controls

Redraw Property

SeeAlso    Example    Applies To

Returns or sets a value that determines whether the MSHFlexGrid should be automatically redrawn after each change.

Syntax

object.Redraw [=Boolean]

The Redraw property syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
Boolean A Boolean expression that specifies whether the MSHFlexGrid is automatically redrawn after each change.

Settings

The settings for Boolean are:

Part Description
True The MSHFlexGrid automatically redraws after each change. This is the default.
False The MSHFlexGrid doesnt redraw after each change.

Remarks

You can use this property in code to reduce flicker while making extensive updates to the contents of the MSHFlexGrid.