Tree views / Usage |
By default, the built-in sort is enabled in a TREE container; when the end user clicks on column headers, the runtime system sorts the visual representation of the program array. Tree nodes are ordered by levels; the children nodes are ordered inside a given parent node.
LAYOUT ... END ATTRIBUTES TREE tv: mytree, UNSORTABLECOLUMNS, ... ...