Displaying an XML File in a TreeView Control

Amgad Suliman | 21/03/2009 | 1 Comments

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.

Filed Under: WinForms