In a ListBox I have a ItemContainer\'s IsSelected property bound to my ViewModel\'s IsSelected property using
ListBox
IsSelected
use d:DataContext like this:
d:DataContext
You also need the following xmlnses added to the root element:
xmlns
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" mc:Ignorable="d"