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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top