트리 » Api

getfirstvisibleitem

Description

트리에서 현재 화면에 첫번째로 보이는 아이템을 반환하는 API이다.

Return Value

Type Description
long 첫번째로 보이는 아이템

Example

function btn_getfirstvisibleitem_on_mouseup() { screen.alert(trTest.getitemtext(trTest.getfirstvisibleitem())); }

Viewer Ver.

9.1.1.1

Update Date

20110411