------------------gui
list.validateNow();
list.dataGroup.verticalScrollPosition = list.dataGroup.contentHeight - list.height;
--------eui
this.ui_scroller.viewport = this.list;
this.ui_scroller.validateNow();
this.ui_scroller.viewport.scrollV = this.ui_scroller.viewport.contentHeight - this.ui_scroller.viewport.height;
Egret)scroller滚动条滚动到最底

最新推荐文章于 2020-05-14 22:53:39 发布
