tree view control
C#
1
Posts
1
Posters
0
Views
1
Watching
-
hi everyone, i want to populate a treeview from an xml message i'm sending or i recieved. now i want that xml message (all the elements and attributes in that element) to be displayed in a tree view. the problem is, if the element has alot of attributes, not all of the attributes will be displayed. is there any way for me to display all the attributes? i tried adding levels for each attribute of an element but i'm not getting the right order. any advice, sample code , or anything...i'll really appreciate it. thanks.