I have a WPF ListBox with some user cards inside. When one of those user cards is created (in the ideal case, when the current user receives it\'s friend list from the n
Set VirtualizingStackPanel.IsVirtualizing to false on the ListBox or set a normal StackPanel as the ListBox.ItemsPanel.
ListBox