I'm creating an application with a help system based on XML. I need to know how to populate TreeView and ListView controls with XML data (specification below).
- TreeView:
<root>
and<topic>
tags. - ListView:
<document>
tag (with group and icon dependent on if it's a web link or local file link, but I can do it).
Can somebody help?