Egret)scroller滚动条滚动到最底

------------------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)