ToolStripComboBox Mimimum Width

K

Kevin

With .NET 2.0, insert a ToolStrip onto a form and add a
ToolStripCombobox item.

I don't know if I'm flat out missing something, but I cannot set the
width of a toolStripCombobox any smaller than 75. It just seem
ridiculous.

toolStripComboBox2.Size = new Size(35, 25);

When you execute that line of code, you can see it flash that it
resizes it down to 35, but then immediately gets resized back up to 75.

The same thing happens in the designer.

I cannot find any other documentation or posts on this. Hopefully I'm
missing something or doing something stupid. Can someone confirm this
width problem.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top