트리의 아이템 중 visible 상태인 아이템 개수를 가져오는 API이다.
function btn_getvisibleitemcount_on_mouseup() { screen.alert(trTest.getvisibleitemcount()); }