We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0a7b3f commit bd552deCopy full SHA for bd552de
apps/tests/ui/repeater/repeater-tests.ts
@@ -45,6 +45,22 @@ import labelModule = require("ui/label");
45
// </Page>
46
//```
47
48
+// ### Repeater with WrapLayout inside ScrollView.
49
+//```XML
50
+// <Page>
51
+// {%raw%}<ScrollView>
52
+// <Repeater items="{{ myItems }}">
53
+// <Repeater.itemsLayout>
54
+// <WrapLayout />
55
+// </Repeater.itemsLayout>
56
+// <Repeater.itemTemplate>
57
+// <Label text="{{ $value }}" margin="10" />
58
+// </Repeater.itemTemplate>
59
+// </Repeater>
60
+// <ScrollView>{%endraw%}
61
+// </Page>
62
+//```
63
+
64
// </snippet>
65
66
var ASYNC = 0.2;
0 commit comments