8.7 released—WinterCG Compliance Part 1
Learn more
StackLayout
A Layout that arranges its children horizontally or vertically. The direction can be set by orientation property.

Summary

Constructors

constructor

Properties

orientation
161 properties inherited from LayoutBase
Click to expand

Constructors

constructor

new StackLayout(): StackLayout

Properties

orientation

orientation: OrientationType
Gets or sets if layout should be horizontal or vertical. The default value is vertical.
Previous
Span
Next
Style