Combo box: how to force view of a specific item?

Find and share HowTos to various installations / configurations!
3 posts • Page 1 of 1
Ladrone
Posts:14
Joined: Thu Sep 24, 2015 2:09 pm

Combo box: how to force view of a specific item?

Post by Ladrone »

I wrote a c++ code that generate in the same combo box item two lists of selectable options.

I want to select a specific item of one of the two list.
how I can do that?

thanks in advance

mkoller
Posts:741
Joined: Fri Sep 17, 2010 9:03 am

Re: Combo box: how to force view of a specific item?

Post by mkoller »

I don't understand your question. A ComboBox can only have one list of items at any point in time (you can of course change the lists)..
To select a specific item in the list to be shown, use selectedPos

Ladrone
Posts:14
Joined: Thu Sep 24, 2015 2:09 pm

Re: Combo box: how to force view of a specific item?

Post by Ladrone »

close the post, I solve, thanks!

3 posts • Page 1 of 1