.NET 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 13:03 UTC
Read the original article Hit count: 218

Filed under:
|

I'm loading Strings to a Combobox -

cboIndexLanguage.Items.Add("ThisLanguage")

i would like to make several of these items invisible.

© Stack Overflow or respective owner

Related posts about combobox

Related posts about c#