WPF Binding Between Controls
Posted
by David Ward
on Stack Overflow
See other posts from Stack Overflow
or by David Ward
Published on 2010-04-27T14:43:44Z
Indexed on
2010/04/27
15:03 UTC
Read the original article
Hit count: 285
I have a control on a page that contains a listbox. I also have another control which is a detail view.
Both of the controls have their own ViewModel which their child controls bind to.
Image Outlook. It has a list of folders and when you select a folder the detail control displays the contents of the folder.
How can I bind the detail control to the selected item in the list control?
© Stack Overflow or respective owner