트리메뉴 » Api

setitemwidth

Description

트리메뉴의 아이템영역의 너비를 지정하는 API이다.
(root_item_dir속성이 0:horizontal일때만 동작한다)

Parameters

Parameters Type Description
nWidth short 아이템 너비

Return Value

Type Description
void 없음

Example

function setitemwidth_on_mouseup(objInst) { treemenu.setitemwidth(160); }

See Also

getitemwidth

Viewer Ver.

9.1.1.1

Update Date

20211019