Dear support,
I am trying to implement paging in a listview using mvvm pattern. I try to populate the pager after a button click event where I retrieve data from an API. I followed your help guidelines, but I can't seem to get it to work. The ObservableRangeCollection I use gets updated with the correct data, but in the helper class it stays at 0 items.
Could you possibly provide me with an example where paging is implemented using mvvm pattern where the data gets populated from an external API?
I look forward to hearing from you
Regards,