How to move to the top of a WPF Listbox?
Advertisements I’ve got a scrollable ListBox in a .xaml file that’s bound to some data – an observable collection in a view model. When new data is added to the collection, that data gets added to the top of the ListBox. When the ListBox contains lots of data and I scroll down the ListBox, new… Read More How to move to the top of a WPF Listbox?