Hello,
I need the items in the ComboBox set to Visible = false.
You do not know how to do that?
Thank you.
Printable View
Hello,
I need the items in the ComboBox set to Visible = false.
You do not know how to do that?
Thank you.
You mean you want to control the visibility of individual items? That's impossible unless you ownerdraw the combo box which I'd consider overkill for that purpose. Instead simply remove the items and add them back as needed.
I thought it :(
thank you