combo box and "windowing" the list

Hi !

When using combo box with dynamic xml source and auto sub-load, the list in the combo box grows and grows, with the potential of becoming very large. Is it possible to do some sort of “windowing” : instead of showing items 1 through n, the list shows items m through n, so users can “navigate” up and down the list, seeing just a managable portion of the list at once ?

Cheers.

Current version doesn’t support such feature.

Of course you can clear current list and load the new data from server, but it will require some custom triggering ( will not start automatically during scrolling )