A narrow width combo box on the toolstrip control
-
Dear all, I would like to make a narrow width combo box on the toolstrip control. It seems to limit me to 75px and greater. I would like to make a FontSize drop down which includes numbers from 1 to 7. Or should I use drop down images? but then it doesn't look "windowsy" Thank you Andrew
-
Dear all, I would like to make a narrow width combo box on the toolstrip control. It seems to limit me to 75px and greater. I would like to make a FontSize drop down which includes numbers from 1 to 7. Or should I use drop down images? but then it doesn't look "windowsy" Thank you Andrew
-
Set the Autosize property of ToolStripDropDownButton to false and then set width as you want.
-
Ok it is official that I have asked the dumbest question of the day. Thanks for you help!!