Jump to content

ComboBox with CheckBoxes ..

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
Jordan-Girl

Jordan-Girl

    Newbie

  • Members
  • Pip
  • 7 posts
hello everybody...

i have a problem of adding a list of checkboxes to a combobox ....
Does anyone know how to do this using C# ?

:)

#2
gaylo565

gaylo565

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 268 posts
I think you would just add the names in string form (with the quotation marks around the name) and then call the names from the combo box and access the properties of the checkboxes based on which string is selected. I am pretty sure you can't add the actual control to the combo box and access the properties directly. Someone please correct me if i am wrong:)