I have a ListBox with too many elements in it, and the user interface is getting slower and slower (virtualization enabled, etc.). So I thought about displaying only the first 20 elements and letting the user navigate through the result set (i.e., ObservableCollection).
Does anyone know if there is a Pagination mechanism for an ObservableCollection? Has anyone done this before?
Thanks!
source share