So I'm using a list that I have to refresh if they click a button to load more items, which will then load up to 50 more items into the list.
I read about the ObservableRangeCollection which seems like it would perform well in this case. Does anyone have any experience with using it?