트리 » Api

getvisibleitemcount

Description

트리의 아이템 중 visible 상태인 아이템 개수를 가져오는 API이다.

Return Value

Type Description
short visible 상태인 트리 아이템 개수

Example

function btn_getvisibleitemcount_on_mouseup() { screen.alert(trTest.getvisibleitemcount()); }

See Also

gettreecontentheight
gettreecontentwidth
getitemcount

Viewer Ver.

9.1.1.1

Update Date

20191213