Enum VirtualScrollSizingMode
- Namespace
- Nalu
- Assembly
- Nalu.Maui.VirtualScroll.dll
How a VirtualScroll sizes itself along its scrolling axis.
public enum VirtualScrollSizingMode
Fields
Fill = 0Takes the size offered by the parent without ever measuring the content (the default).
Max = 1Hugs the content up to MaxExtent, then stops growing.
Unbounded = 2Hugs the content with no limit.