화면에 스크롤이 생겼을 때 스크롤을 아래로 조금씩 내려주는 API이다.
function btn_scrollpospagenext_on_mouseup() { var scrTab = tabTest.getchildscreeninstance(0); if(factory.isobject(scrTab)) { scrTab.scrollpospagenext(); } }