Struct VisualTreeVirtualizer.VirtualizationPlan
Namespace: VelloSharp.Composition.Controls
Assembly: VelloSharp.Composition.dll
public readonly struct VisualTreeVirtualizer.VirtualizationPlan : IDisposable
Implements
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
Columns
public ColumnSlice Columns { get; }
Property Value
Recycled
public ReadOnlySpan<RowPlanEntry> Recycled { get; }
Property Value
Telemetry
public VirtualizerTelemetry Telemetry { get; }
Property Value
Window
public RowWindow Window { get; }
Property Value
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()