I have a potentially pretty large list of objects that I would like to bind to a ListBox in WPF. However, I would like the List to load in stages. How to associate a ListBox with an IEnumerable that loads itself on demand in such a way that the listbox only tries to list as many as it needs to be displayed?
source share