Is there a way to load Blazor drop down on demand as user scroll through it

I have a drop down which may have 100s or even 1000s of items. Is there a way to load it dynamically (i.e. by default load a small set at load and then as user scrolls or types something as a filter criteria in the drop down then refresh the content in the drop down as a response?

Thanks,
-Jai

This is not possible at the moment.

Thanks for the quick response. What's the alternative if I need to display such a long list of records with multi select option. Should I build a custom grid? or use datalist or other blazor control with pagination enabled?