Value tree

The value tree is represented as a dynamically formed set of values of any type, like the object ValueTable. Unlike the value table, rows in a value tree can form hierarchical structures: each tree row can have a set or collection of subordinate rows, and each subordinate row in turn can have its own set of subordinate rows, etc. You can search values, sort and receive totals for the current hierarchy level alone or for all subordinates. The value tree can have a visual presentation, if you link to it the TableBox control. Such an item will resemble a catalog group tree.
We must note that a value tree linked to the TableBox control will have all columns existing in the table box, with corresponding names. Besides this, a value tree can also have its own columns, not shown in the table box; in this case, their names must differ from those of the table box columns.

    

1C:Enterprise Developer's Community