Files
NativeScript/apps/tests/layouts/stack-layout.md
2016-05-05 15:24:52 +03:00

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>

Create StackLayout

Add child view to layout

Remove child view from layout

Change layout orientation to Horizontal