This is an automated email from the ASF dual-hosted git repository. aharui pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit 913394c018789f9aae4f29259acc9b305a50fb57 Author: Alex Harui <[email protected]> AuthorDate: Wed Feb 14 00:09:50 2018 -0800 virtual list example --- 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 abcbd33..2019a00 100644 --- a/examples/royale/ListExample/src/main/royale/MyInitialView.mxml +++ b/examples/royale/ListExample/src/main/royale/MyInitialView.mxml @@ -131,6 +131,7 @@ limitations under the License. is using an ArrayList as its dataProvider --> <js:VirtualDataItemRendererFactoryForArrayData /> <js:VirtualListVerticalLayout /> + <js:VirtualListView /> </js:beads> </js:List> -- To stop receiving notification emails like this one, please contact [email protected].
