mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
704 B
704 B
nav-title, title, description, previous_url
| nav-title | title | description | previous_url |
|---|---|---|---|
| stack-layout How-To | stack-layout | Examples for using stack-layout | /ApiReference/ui/layouts/stack-layout/HOW-TO |
StackLayout
Using a StackLayout requires the StackLayout module.
Declaring a StackLayout.
<Page>
<StackLayout orientation="horizontal">
<Label text="This is Label 1" />
</StackLayout>
</Page>