[]
Creates a visibility change.
public static GridCellFactoryNotifyChange CreateVisibilityChange(GridRowColType type, int startingIndex, int count, bool isVisible, bool isAnimated)
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 |