Tree node types for Tree Add() method

DEF ENUM enumeration name KCML_TREE_ENUM

Enumeration ValueValueDescription
_TREE_UNSORTEDCHILD0x0Default basic node
_TREE_PARENT0x1Parent - The item will be displayed with a +/- button allowing expansion. This implies children will be added.
_TREE_SORT0x2Sort forward
_TREE_SORTREVERSE0x4Sort reverse - Items are sorted in reverse order
_TREE_FOLDERSFIRST0x8Folders first - Where some items have children and others do not, the items with children are listed first

Back to the list of Enumerations and Constants