Skip to main content

Struct VisualTreeVirtualizer.VirtualizationPlan

Namespace: VelloSharp.Composition.Controls
Assembly: VelloSharp.Composition.dll

public readonly struct VisualTreeVirtualizer.VirtualizationPlan : IDisposable

Implements

IDisposable

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Properties

Active

public ReadOnlySpan<RowPlanEntry> Active { get; }

Property Value

ReadOnlySpan<RowPlanEntry>

Columns

public ColumnSlice Columns { get; }

Property Value

ColumnSlice

Recycled

public ReadOnlySpan<RowPlanEntry> Recycled { get; }

Property Value

ReadOnlySpan<RowPlanEntry>

Telemetry

public VirtualizerTelemetry Telemetry { get; }

Property Value

VirtualizerTelemetry

Window

public RowWindow Window { get; }

Property Value

RowWindow

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()