|
-
How to prevent combobox displaying item 0 in the dropdown list
Hello there!
I'm looking for a workaround preventing a ComboBox displaying item #0 in the dropdown list.
Example:
Items in the CB:
"Choose...", "" (#0, appears as selectedItem at start)
"label 1", "data 1"
"label 2", "data 2"
"label 3", "data 3"
When clicked, the CB displays the four items in the dropdown list.
That's bad!
I just want it to display in the dropdown list:
"label 1", "data 1"
"label 2", "data 2"
"label 3", "data 3"
Repeating item #0 in the the dropdown list is annoying and useless.
I thank you in advance for your help!!!
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|