Table of Contents

Enum VirtualScrollSizingMode

Namespace
Nalu
Assembly
Nalu.Maui.VirtualScroll.dll

How a VirtualScroll sizes itself along its scrolling axis.

public enum VirtualScrollSizingMode

Fields

Fill = 0

Takes the size offered by the parent without ever measuring the content (the default).

Max = 1

Hugs the content up to MaxExtent, then stops growing.

Unbounded = 2

Hugs the content with no limit.