Is it possible to have a combo box with a listview view drop down list? Help pls..

I have an attachment and i want to know how it is possible.

Recommended Answers

All 4 Replies

You have to make a new control. a combination of combox, listview, and other controls you needed. In our company we have that control... add a control that inherits the combobox (in dotnet) then we call a form (new form) were we add a litview control during runtime. so basically we will be going to do some code in the dropdown event in which when the user presses the dropdown button the form will comes out... ahhh... hard to explain... sorry!

See here how to make a usercontrol... hope this could help. :)

I suggest that you do what jireh suggest but before you do, set the style of the combo box to 1 - simple combo. Then resized it's height to see if that is what you are looking for...

Good Luck

See here how to make a usercontrol... hope this could help. :)

can i have some code examples or any simple project from you guys? thanks.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.