Table of Contents

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

int

EndSectionIndex

Gets the end section index affected by the change.

public int EndSectionIndex { get; }

Property Value

int

IsSectionChange

Gets a value indicating whether the change is at the section level.

public bool IsSectionChange { get; }

Property Value

bool

Operation

Gets the operation that caused the change.

public VirtualScrollChangeOperation Operation { get; }

Property Value

VirtualScrollChangeOperation

StartItemIndex

Gets the item index affected by the change.

public int StartItemIndex { get; }

Property Value

int

StartSectionIndex

Gets the section index affected by the change.

public int StartSectionIndex { get; }

Property Value

int