Josh Smith's legendary article: I need a bit more on the DataBinding that takes place
It’s about the MSDN article of Josh Smith on MVVM and the sample application. I know there are lots of question on SO about this topic, and I’ve explored them all. Most of them are focused on MVVM, but my issue is, I think, more XAML related than MVVM. The sample application contains the following XAML for the Workspaces area - <Border Grid.Column="2" Style="{StaticResource MainBorderStyle}"> <ContentControl Content="{Binding Path=Workspaces}" ContentTemplate="{StaticResource ResourceKey=WorkspacesTemplate}"/> </Border> and the related resources are - //Explains how to render the 'Workspace'