Table of Contents

Enum VirtualisationType

Namespace
DrawnUi.Draw
Assembly
DrawnUi.Maui.dll
public enum VirtualisationType
Extension Methods

Fields

Disabled = 0

Visible parent bounds are not accounted for, children are rendred as usual.

Enabled = 1

Children not withing visible parent bounds are not rendered

Managed = 3

Parent is responsible for providing visible viewport for this control via GetVisibleViewport, will not check intersection with this control DrawingRect.

Smart = 2

Only the creation of a cached object is permitted for children not within visible parent bounds