ToolStripComboBox .Width < 75?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • MyndPhlyp

    #1

    ToolStripComboBox .Width < 75?

    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 programmaticall y has no effect. What's
    the trick to getting a smaller DropDownList?


  • Mudhead

    #2
    Re: ToolStripComboB ox .Width &lt; 75?

    autosize = False


    "MyndPhlyp" <nobody@homerig ht.nowwrote in message
    news:Oh7B2X$rGH A.4652@TK2MSFTN GP02.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 programmaticall y has no effect.
    What's
    the trick to getting a smaller DropDownList?
    >
    >

    Comment

    • MyndPhlyp

      #3
      Re: ToolStripComboB ox .Width &lt; 75?


      "Mudhead" <nothing@yourho use.comwrote in message
      news:%23FA3bGBs GHA.4324@TK2MSF TNGP03.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.


      Comment

      Working...