Top "Toolstrip" questions

This is .net framework class which provides a container for Windows toolbar objects.

How to make a ToolStripComboBox to fill all the space available on a ToolStrip?

A ToolStripComboBox is placed after a ToolStripButton and is folowed by another one, which is right-aligned. How do I best …

c# winforms toolstrip toolstripcombobox
Trying to add a ToolStrip to a ToolStripPanel side-by-side with an existing ToolStrip

I'm using .net 2.0 with Visual Studio 2005 and I am trying to add two different toolstrips to the top of the …

user-interface visual-studio-2005 .net-2.0 toolstrip toolstrippanel