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

493 B

nav-title, title, description
nav-title title description
absolute-layout How-To absolute-layout Examples for using absolute-layout

AbsoluteLayout

Using an AbsoluteLayout requires the AbsoluteLayout module.

Declaring an AbsoluteLayout

<Page>
  <AbsoluteLayout>
    <Label text="This is Label 1" left="30" top="70" />
  </AbsoluteLayout>
</Page>

Creating and populating a AbsoluteLayout with children