TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Preethi S
NA
9
33.5k
Master detail for treeview
Sep 7 2012 4:04 AM
I want to develop an application which reads xml file and creates a master detail treeview. My xml file looks like this..
<System>
<SystemController>
<SystemController LinkName="serilalink "/>
<SystemController LinkName="USBlink"/>
<SystemController LinkName="ethernetlink"/>
</SystemControler>
<IOController>
<IOController LinkName="IOlink"/>
</IOController>
....
</System>
my treeview
SystemControler
---seriallink
---USBlink
---ethernetlink
IOControler
---IOlink
when user clicks on treeviewitem it should display details about that header.. Please help me do create matser -detail treeview.. Thanks in advance
Reply
Answers (
1
)
UIElement.Measure(availableSize) cannot be called with NaN size .
typecast string to xmlElement in wpf