Displaying an XML File in a TreeView Control

March 21, 2009 | 1 Comments

xmltree

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.

Read more…

Filed Under: WinForms