user defined indexes in a comboBox?

  • Thread starter Thread starter ORC
  • Start date Start date
O

ORC

Is it possible to set the index value in a comboBox to a user defined value
like e.g having a combobox with indexes 1, 12, and 20 and nothing else?

Thanks
Ole
 
Hi ORC,

I don't think so. Index is not property of the item it is not preserved
anywhere it is just the number of the position the element appears in the
combobox's list. Unless you don't have empty items there is no way you can
use indices greater than the number of items.
 
Back
Top