Tag: TreeView

Displaying an XML File in a TreeView Control

March 21, 2009 | By | 1 Comment

XML’s structure is hierarchical and therefore can be displayed in a TreeView control easily. The XMLTree program displays the elements of the XML file in a TreeView control and the attributes of the selected element in a ListView control.

Continue Reading