Hello,

Is it possible to have sub menu to an item in combobox as shown in the picture?

thanks

Recommended Answers

All 3 Replies

Not with the standard Windows Forms combo box control. You'd need to extend and modify it to add sub menus, or use a third party control that already does this. You might have that kind of control with WPF, but I'm not familiar with WPF, so someone else will need to chime in on that.

Call it a streach, but can't you use 2 combobox one has main items and second will contain submenu items

Call it a streach, but can't you use 2 combobox one has main items and second will contain submenu items

That's how I've done parent-child selection lists before, but the data binding is a bitch to get right. I imagine these days that solution seems outdated though.

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.