robintw
robintw

Reputation: 28511

Free advanced dropdown list control (Windows Forms .Net)

I'm looking for a free advanced dropdown list control. Basically something that provides a dropdown list which can have icons, and multiple bits of text per entry (preferably one large bit of text and then a smaller bit of text underneath).

Anyone know of such a control? I've had a look but can't seem to find one.

If I can't find it I spose I'll have to create it myself. I've done a bit with custom controls but I'm not really sure how I'd go about this...how would one take a ComboBox or something but make each entry completely graphically customisable?

Any links to controls, or hints on how to create one would be greatly appreciated.

Upvotes: 3

Views: 3630

Answers (3)

Phil Wright
Phil Wright

Reputation: 22906

Check out Krypton Toolkit which is free.

Upvotes: 1

Michael Meadows
Michael Meadows

Reputation: 28416

I haven't found anything on the free side of WinForms that lets you do this. If you have green fields, however, WPF gives you what you're looking for out of the box.

Upvotes: 1

scottm
scottm

Reputation: 28701

it's not a drop down list, but I think you can use the knowledge here to do the same thing

Upvotes: 1

Related Questions