The tree elements are now correctly laid out as a tree, using a TreeView container. However for now we'll auto-expand all branches, and disallow collapsing altogether.
To support collapsing we would need to trigger a refresh/repaint of the view, and obviously only display the information for entries that are visible, making sure everything is correctly aligned.
The tree elements are now correctly laid out as a tree, using a
TreeView
container. However for now we'll auto-expand all branches, and disallow collapsing altogether.To support collapsing we would need to trigger a refresh/repaint of the view, and obviously only display the information for entries that are visible, making sure everything is correctly aligned.