트리 » Api

gettreecontentwidth

Description

트리의 아이템 중 visible 상태인 아이템 너비 최대값를 가져오는 API이다.

Return Value

Type Description
long visible 상태인 트리 아이템 너비 최대값

Example

function btn__on_mouseup() { factory.consoleprint("gettreecontentheight = " + tre.gettreecontentheight()); factory.consoleprint("gettreecontentwidth = " + tre.gettreecontentwidth()); }

See Also

gettreecontentheight
getvisibleitemcount
getitemcount

Viewer Ver.

9.1.1.1

Update Date

20191213