트리의 아이템 중 visible 상태인 아이템 너비 최대값를 가져오는 API이다.
Type | Description |
---|---|
long | visible 상태인 트리 아이템 너비 최대값 |
function btn__on_mouseup()
{
factory.consoleprint("gettreecontentheight = " + tre.gettreecontentheight());
factory.consoleprint("gettreecontentwidth = " + tre.gettreecontentwidth());
}