Table of Contents

Class VirtualisationOptions

Namespace
The.WPF.Screens.List
Assembly
Instagile.WPF.dll
public class VirtualisationOptions
Inheritance
VirtualisationOptions
Inherited Members

Properties

PagesPerCleanup

How often to perform internal bookkeeping (in page loads)

public int PagesPerCleanup { get; set; }

Property Value

int

Remarks

Lower values reduce memory usage, at the cost of performance.

RetainedPageCount

Number of pages to keep in memory (protected from garbage collection)

public int RetainedPageCount { get; set; }

Property Value

int

RowsPerPage

Number of rows to load at a time when scrolling through a list.

public int RowsPerPage { get; set; }

Property Value

int