Class VirtualScrollChange
- Namespace
- Nalu
- Assembly
- Nalu.Maui.VirtualScroll.dll
Describes a change in the virtual scroll data.
public sealed class VirtualScrollChange
- Inheritance
-
VirtualScrollChange
- Inherited Members
Properties
EndItemIndex
Gets the end item index affected by the change.
public int EndItemIndex { get; }
Property Value
EndSectionIndex
Gets the end section index affected by the change.
public int EndSectionIndex { get; }
Property Value
IsSectionChange
Gets a value indicating whether the change is at the section level.
public bool IsSectionChange { get; }
Property Value
Operation
Gets the operation that caused the change.
public VirtualScrollChangeOperation Operation { get; }
Property Value
StartItemIndex
Gets the item index affected by the change.
public int StartItemIndex { get; }
Property Value
StartSectionIndex
Gets the section index affected by the change.
public int StartSectionIndex { get; }