WPF ListBox/View Data Binding weird result
- by Aviatrix
I have this problem when i try to synchronize a observable list with listbox/view
it displays the first item X times (x total amount of records in the list)
but it doesn't change the variable's
here is the XAML
<ListBox x:Name="PostListView" BorderThickness="0"
MinHeight="300"
Background="{x:Null}"
…