dumpFlat

fun dumpFlat()

Prints the root node, and then all descendant MixedTreeItem.children for MixedTreeItems which are expanded. i.e. The MixedTreeItems that are visible if you scroll from the top of the MixedTreeView to the bottom, plus the root node (even when showRoot == true).

For debugging purposes.