WPF Binding Between Controls
- by David Ward
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?