To create a Master-Detail View in WPF, you can follow these steps:
Here's some sample code to get you started. This assumes you're using an MVVM pattern and that your Views and ViewModels are named appropriately (e.g. MyMasterView.xaml/MyMasterViewModel.cs):
main.cs1307 chars47 lines
gistlibby LogSnag