This is an automated email from the ASF dual-hosted git repository.
yishayw pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new 9b9e4f6 Move infite scroller bead somewhere it can actually be
demonstrated
9b9e4f6 is described below
commit 9b9e4f609b6bcbc75f2c474be34b763711f82cb4
Author: DESKTOP-RH4S838\Yishay <[email protected]>
AuthorDate: Mon Dec 31 10:52:49 2018 +0200
Move infite scroller bead somewhere it can actually be demonstrated
---
examples/royale/ListExample/src/main/royale/MyInitialView.mxml | 1 +
1 file changed, 1 insertion(+)
diff --git a/examples/royale/ListExample/src/main/royale/MyInitialView.mxml
b/examples/royale/ListExample/src/main/royale/MyInitialView.mxml
index 6af6d84..49bd9bd 100644
--- a/examples/royale/ListExample/src/main/royale/MyInitialView.mxml
+++ b/examples/royale/ListExample/src/main/royale/MyInitialView.mxml
@@ -146,6 +146,7 @@ limitations under the License.
<js:VirtualDataItemRendererFactoryForArrayData />
<js:VirtualListVerticalLayout />
<js:VirtualListView />
+ <js:InfiniteVScroller scrollEnd="onScrollEnd()"/>
</js:beads>
</js:List>