Search code examples
c#wpfmaster-detail

Sample for wpf detail master view


I'm new to WPF. i need to implement a list box( collection of data) , picture box and a some description to be display related to each row of listBox.Can any one suggest a good example of WPF detail master related to this situation .


Solution

  • here is a nice MSDN Article How to: Use the Master-Detail Pattern with Hierarchical Data

    I would also recommend reading Data Binding Overview

    dont forget to set IsSynchronizedWithCurrentItem="true"