C# invisible items in combobox

Posted by Lai on Stack Overflow See other posts from Stack Overflow or by Lai
Published on 2010-04-01T11:29:51Z Indexed on 2010/04/01 11:33 UTC
Read the original article Hit count: 243

Filed under:
|

Hi,

I'm loading Strings to a Combobox -
cboIndexLanguage.Items.Add("ThisLanguage")

i would like to make several of these items invisible.

does anyone knows how to do it?

Thanks For Advance,

© Stack Overflow or respective owner

Related posts about combobox

Related posts about c#