------------------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;------------------gui
list.validateNow();
list