UWP ISupportIncrementalLoading in SemanticZoom

Francesco Carraro 1 Reputation point
2022-03-05T16:07:02.003+00:00

Hi,
I'm trying to realize how to make together an observablecollection of object implementing the ISupportIncrementalLoading interfave within a semanticZoom zoomedInView. Any idea?

Thanks in advance

Universal Windows Platform (UWP)
{count} votes

1 answer

Sort by: Most helpful
  1. Roy Li - MSFT 32,731 Reputation points Microsoft Vendor
    2022-03-21T03:02:13.31+00:00

    Hello,

    Welcome to Microsoft Q&A!

    how to make together an observablecollection of object implementing the ISupportIncrementalLoading interfave within a semanticZoom zoomedInView

    If you are trying to show incremental data in the zoomedInView, you could take a look at the Incremental Loading Collection Helpers, it simplify the definition and usage of collections whose items can be loaded incrementally only when needed by the view, like a ListView.

    Thank you.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments