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
Hammad Saleem
NA
8
4.9k
how to access all items and subitems of treeview in wpf c#
Oct 20 2015 1:13 AM
how to access all items and subitems of treeview in wpf c#
i have a treeview like this
<TreeView Name="TreeView1">
<TreeViewItem Name="Pak" Header="Pakistan">
<TreeViewItem Header="Karachi"/>
</TreeViewItem>
<TreeViewItem Header="India">
<TreeViewItem Header="Mumbai"/>
</TreeViewItem>
</treeview>
i want to access all items and sub items of treeview1 and put them into list how to do this?
Reply
Answers (
0
)
How to Assign the data to datagrid particular cell runtime
Wpf control overlap by winform controls