[]
This row is displayed at the bottom of the grid and is used to bring more items when the inner collection view support Microsoft.UI.Xaml.Data.ISupportIncrementalLoading.
public class GridIncrementalLoadingRow : GridRow, INotifyPropertyChanging, INotifyPropertyChanged
Name | Description |
---|---|
GridIncrementalLoadingRow() |
Name | Description |
---|---|
IsLoading | Gets or sets a value indicating whether the loading activity indicator is displayed. |
Name | Description |
---|---|
BindCellContent(FrameworkElement, GridCellType, GridColumn) | Binds the content of the cell for the specified column. |
CreateCellContent(GridCellType, GridColumn, object) | Creates the content of the cell for the specified column. |
GetCellContentType(GridCellType, GridColumn) | Gets the type of the cell content. |
GetMergedRange(GridCellType, GridCellRange, GridColumn) | Gets a GridCellRange that specifies the merged extent of a cell. |
UnbindCellContent(FrameworkElement, GridCellType, GridColumn) | Unbinds the content of the cell for the specified column. |