Table of Contents

Interface IVirtualisedList<T>

Namespace
The.WPF.Screens.List
Assembly
Instagile.WPF.dll
public interface IVirtualisedList<T>

Type Parameters

T

Properties

Count

int Count { get; }

Property Value

int

this[int]

T this[int index] { get; }

Parameters

index int

Property Value

T

LoadedRows

IReadOnlyList<T> LoadedRows { get; }

Property Value

IReadOnlyList<T>

Methods

LoadAllRows()

void LoadAllRows()