Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 709 Bytes

stacklayout.md

File metadata and controls

25 lines (14 loc) · 709 Bytes
-api-id -api-type
T:Microsoft.UI.Xaml.Controls.StackLayout
winrt class

Microsoft.UI.Xaml.Controls.StackLayout

-description

Represents an attached layout that arranges child elements into a single line that can be oriented horizontally or vertically.

-remarks

StackLayout is a virtualizing layout that can be used with element containers that support Attached layouts, such as ItemsRepeater. Its behavior is similar to the StackPanel and ItemsStackPanel controls.

-see-also

-examples