[]
Creates a visibility change.
public static GridCellFactoryNotifyChange CreateVisibilityChange(GridRowColType type, int startingIndex, int count, bool isVisible, bool isAnimated)
Public Shared Function CreateVisibilityChange(type As GridRowColType, startingIndex As Integer, count As Integer, isVisible As Boolean, isAnimated As Boolean) As GridCellFactoryNotifyChange
| Type | Name | Description |
|---|---|---|
| GridRowColType | type | The type of column or row. |
| int | startingIndex | |
| int | count | |
| bool | isVisible | |
| bool | isAnimated | Whether the change should be animated. |
| Type | Description |
|---|---|
| GridCellFactoryNotifyChange |