GridView.UpdateGridSlice
UpdateGridSlice(int)
Invokes the configured grid slice provider, set via SetSliceProvider(GridSliceProviderCallback<GridSlice>), for the grid
slice at the given index, sliceIndex
. Provides a way for the caller to reconfigure the visuals/layout of the requested grid slice.
Remarks
If the grid slice provider has been cleared or was never set or if sliceIndex
is outside the range defined by [MinLoadedSliceIndex, MaxLoadedSliceIndex], this call won't do anything.
Declaration
public void UpdateGridSlice(int sliceIndex)
Parameters
Type | Name | Description |
---|---|---|
int | sliceIndex | The virtual index of the grid slice to update. |