Description

트리뷰 표시 및 동작과 관련된 설정을 한다.

Syntax

function setTreeOptions (options)

Parameters

options
Type: object
TreeOptions와 같은 내용의 설정 정보. TreeOptions 중 변경하고자 하는 속성만 전달하면 된다.

Return value

None.

Examples

treeView.setTreeOptions({
    iconImages: "icons",
    iconWidth: 20,
    ...
});