Hi
I would like my combobox to display 10 items from a list of 100 items.
After 'onItemsRequested' I want it to only display rows 11 - 20. But I am having trouble getting it to do this, it keeps displaying the first ten + the subsequent ten.
I have tried using
uiCmboTier.Items.Clear();
but It still shows the previous data rows.
Any help would be more than appreciated.
I assume it should be able to do this ? All the demos show the list growing and growing after each 'OnItemsRequested' even though they also use comboBox.Items.Clear(); ???
Thank you
Jonathan
I would like my combobox to display 10 items from a list of 100 items.
After 'onItemsRequested' I want it to only display rows 11 - 20. But I am having trouble getting it to do this, it keeps displaying the first ten + the subsequent ten.
I have tried using
uiCmboTier.Items.Clear();
but It still shows the previous data rows.
Any help would be more than appreciated.
I assume it should be able to do this ? All the demos show the list growing and growing after each 'OnItemsRequested' even though they also use comboBox.Items.Clear(); ???
Thank you
Jonathan