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
James bo
NA
25
4.7k
TreeView in WPF with Button Click in MVVM
Nov 3 2014 3:29 AM
I am Beginner in WPF..
I have an requirement in WPF. Please go through the attached image.
1. I have 3 buttons, i.e Root, Child, GrandChild. When I click on Root, Root node should get created. When I click Child, Child node should get created under root. When I click GrandChild, GrandChild node should get created under Child, and so on.
2. The nodes which get created should be editable.
3. And when Each node get created same time 1 more textbox should get created in textbox panel (Which is binded with the node), and I can edit the Node name from tree view and also from the text box i.e from both the way.
** I am Beginner in WPF. I am trying my best but I am not able to do this. So need your help. This should be done in MVVM.
**
I already started with basic. But this is a requirement I got, and cant avoid this. so seeking help..
Attachment:
treeview requirement.zip
Reply
Answers (
2
)
How to Apply theme to specific devexpress controls in wpf
to find if clicked on outside the grid in wpf c#