IVirtualizingPanel.

Controller Property

Summary

Gets or sets the controller for the virtualizing panel.
Namespace
Avalonia.Controls
Containing Type
IVirtualizingPanel

Syntax

IVirtualizingController Controller { get; set; }

Remarks

A virtualizing controller is responsible for maintaining the controls in the virtualizing panel. This property will be set by the controller when virtualization is initialized. Note that this property may remain null if the panel is added to a control that does not act as a virtualizing controller.

Value

Type Description
IVirtualizingController