[]
        
(Showing Draft Content)

C1.Android.Grid.GridIncrementalLoadingCell

GridIncrementalLoadingCell Class

Visual element displayed inside a GridIncrementalLoadingRow.

Inheritance
GridIncrementalLoadingCell
Implements
Namespace: C1.Android.Grid
Assembly: C1.Android.Grid.dll
Syntax
public class GridIncrementalLoadingCell : C1View, IDependencyObject
Public Class GridIncrementalLoadingCell
    Inherits C1View
    Implements IDependencyObject

Constructors

Name Description
GridIncrementalLoadingCell(Context)

Initializes a new instance of the GridIncrementalLoadingCell class.

GridIncrementalLoadingCell(Context, IAttributeSet)

Initializes a new instance of the GridIncrementalLoadingCell class.

GridIncrementalLoadingCell(Context, IAttributeSet, int)

Initializes a new instance of the GridIncrementalLoadingCell class.

GridIncrementalLoadingCell(nint, JniHandleOwnership)

Methods

Name Description
Dispose(bool)
OnAttachedToWindow()
OnDetachedFromWindow()
OnLayout(bool, int, int, int, int)
OnMeasure(int, int)
SetBound(bool)

Set whether the cell is bound.

SetLoading(bool)

Set whether the loading indicator is shown.

Events

Name Description
LoadMoreItems

Occurs when the more items are needed.