Hello, I have following wpf markup:
<ListBox Grid.Row="0" ItemsSource="{Binding}"><ItemsPanelTemplate><StackPanel Orientation="Horizontal"/></ItemsPanelTemplate></ListBox>
And i have System.InvalidOperationException with additional information - Items collection must be empty before using ItemsSource. What's wrong with my markup?