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
Combo box: how to force view of a specific item?
- Ladrone
- Posts:14
- Joined: Thu Sep 24, 2015 2:09 pm
Combo box: how to force view of a specific item?
- mkoller
- Posts:741
- Joined: Fri Sep 17, 2010 9:03 am
Re: Combo box: how to force view of a specific item?
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
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?
close the post, I solve, thanks!