A
TreeView is a control that displays hierarchical data in a tree-like structure, as shown in Figure
A-1. You can think of a
TreeView
as displaying a tree upside down—the root of the tree being at the top. Each item in a
TreeView is an instance of the
TreeItem class.
TreeItems form parent-child relationships. In Figure ...