Skip to content
Version 2.11.0
↓ Get the launcher

RowJustify enumeration

How children are packed horizontally within a RowElement.

public enum RowJustify
name value description
Left 0 Pack children to the left; slack space is to the right (default).
Center 1 Pack children to the centre; slack split equally on both sides.
Right 2 Pack children to the right; slack space is to the left.