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