How to make comboBox support incremental loading?

Xie Steven 831 Reputation points
2020-07-10T14:14:47.683+00:00

Hi guys,

I implemented the ISupportIncrementalLoading Interface interface and wanted to make the comboBox support incremental loading. But it did not work.

It seems that the combobox is not designed to be used this way. If I'm on the wrong way, please point out the right way. If it's impossible, please also tell me.

Thanks,
Xavier

Universal Windows Platform (UWP)
0 comments No comments
{count} votes

Accepted answer
  1. Fay Wang - MSFT 5,211 Reputation points
    2020-07-13T08:20:46.207+00:00

    Hello,

    Welcome to Microsoft Q&A!

    Currently, the comboBox doesn't support incremental loading, the ISupportIncrementalLoading Interface only applies for ListView or GridView, for more details about data virtualization, you can refer to this document. If you want to make the comboBox support incremental loading, it is recommended to custom comboBox with UserControl to achieve it.

    Thanks.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Ken Tucker 5,851 Reputation points
    2020-07-12T10:42:47.267+00:00
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.