Forces the grid to re-create all visible elements.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
public void Invalidate(
	bool allCells
)
Visual Basic
Public Sub Invalidate ( _
	allCells As Boolean _
)

Parameters

allCells
Type: System..::..Boolean
Whether to recreate all cells, including the top left and bottom right corner cells that contain no data.

See Also