리스트뷰 컴포넌트의 스크롤을 다시 표시한다.
item_height_type 속성이 0(fix)이가 아닌고, scrollbar_type이 1(custom)인 경우, 스크롤표시 업데이트를 위해 사용한다.
function btnRefresh_on_mouseup() { listview.refreshscroll(); }