code example added

This commit is contained in:
Vladimir Enchev
2015-05-25 16:03:44 +03:00
parent 8f0514f867
commit d0a7b3fff8

View File

@ -34,6 +34,17 @@ import labelModule = require("ui/label");
// </Page> // </Page>
//``` //```
// ### Define the Repeater itemsLayout property. Default is <StackLayout orientation="vertical" />.
//```XML
// <Page>
// {%raw%}<Repeater items="{{ myItems }}">
// <Repeater.itemsLayout>
// <StackLayout orientation="horizontal" />
// </Repeater.itemsLayout>
// </Repeater>{%endraw%}
// </Page>
//```
// </snippet> // </snippet>
var ASYNC = 0.2; var ASYNC = 0.2;