Table of Contents

Enum AutoLayoutJustify

Namespace
Nova.Avalonia.UI.Controls
Assembly
Nova.Avalonia.UI.dll

Defines how items are distributed in the AutoLayout panel.

public enum AutoLayoutJustify

Fields

Packed = 0

Items are packed together with the specified Spacing.

SpaceBetween = 1

Items are distributed evenly across the available space, creating equal spacing between them. The Spacing property is ignored in this mode.