I think that this should be simple to do. But I haven't seen it. I'd like to do something like:
DropDown -> DropDownItem1 [ComboBox1 [|] ComboBox2], DropDownItem2 [...], DropDownItem3 [...];
I'm using ToolStripDropDownButton in a ToolStrip. I'm programming w/ C# . Thanks for your advices.
Something like: https://s18.postimg.org/nd9r35jpl/c89a195a3b6e8dac6e7753af6b0b8a6c.png
Best Regards
It seems you are looking for such layout:
To do so, you don't need to create any custom control. Just use common features of
ToolStrip. You need to set theLayoutStyleproperty to a suitable value.Example