Custom ComboBox -- Easy or Not?

R

Ron

I need to create a custom combo box that lists items and subitems along with
descriptions in a particular format. For example
Format of the Data Listed In Combo Box:
Item Description
Item Description
Subitem Description
Subitem Description
Subitem Description
Item Description
Subitem Description

Can anyone tell me how I might go about creating a control to do this? Any
examples/Suggestions are greatly appreciated.

Thanks,

Ron
 
J

JKJ

seems to look more like you need a custom treeview control
than a combo box. . .have you considered using/customizing
that control?
 
R

Ron

I need the data to be accessible via a listbox type control. Any ideas how
to do that with a treeview?

Thanks,

Ron
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top