Home All Groups Group Topic Archive Search About

ToolStripComboBox .Width < 75?

Author
25 Jul 2006 2:23 PM
MyndPhlyp
I would like a small DropDownList style ComboBox on the ToolStrip but it
seems VB 2005 is not going to let me set the .Width property to a value less
than 75 in Designer mode. Setting it programmatically has no effect. What's
the trick to getting a smaller DropDownList?

Author
25 Jul 2006 5:41 PM
Mudhead
autosize = False


Show quoteHide quote
"MyndPhlyp" <nob***@homeright.now> wrote in message
news:Oh7B2X$rGHA.4652@TK2MSFTNGP02.phx.gbl...
>I would like a small DropDownList style ComboBox on the ToolStrip but it
> seems VB 2005 is not going to let me set the .Width property to a value
> less
> than 75 in Designer mode. Setting it programmatically has no effect.
> What's
> the trick to getting a smaller DropDownList?
>
>
Author
25 Jul 2006 6:08 PM
MyndPhlyp
"Mudhead" <noth***@yourhouse.com> wrote in message
news:%23FA3bGBsGHA.4324@TK2MSFTNGP03.phx.gbl...
> autosize = False

Certainly not intuitive. Can't wait to see what Seattle does with the *next*
edition of VB. They've pretty well mucked things up after VB6 but this is
going *far* beyond the call of duty.

Thanks again.