I need to bind the xml data to treeview just with the tagnames.
example:
<Tools>
<Bin>
<EAN128u.dll />
<NetSet.dll />
<MaxicodeWizardu.dll />
<HIBC.dll />
</Bin>
I have a xml which describes the TreeView control view. So the TreeView nodes must have the names of tags.
Thank you.
http://www.codeproject.com/Articles/317766/Displaying-XML-in-a-WPF-TreeView
This tutorial walks through adding XML data to a Tree View.