Bugzilla – Bug 323519
ToolStrip does not display ToolStripButtons when docked on the left and vertical.
Last modified: 2007-09-15 21:24:06 UTC
---- Reported by jeffr@newhartsystems.com 2007-02-13 12:19:24 MST ---- ToolStrip does not display ToolStripButtons when docked on the left and vertical. To create this, create a new Windows Forms project with VS2005, drop a ToolStrip on the main form, change the Dock property to Left and the LsyoutStyle to VerticalStackWithOverflow. Then add a ToolStripButton to the toolstrip and run it. Under the Microsoft framework it works fine, under mono you can't see the button, you can only see the strip. ---- Additional Comments From monkey@jpobst.com 2007-02-13 16:04:02 MST ---- Yep, there is pretty much no support for vertical toolbars yet. ---- Additional Comments From monkey@jpobst.com 2007-03-16 17:25:46 MST ---- Added some basic support for vertical toolstrips in r74490. It's certainly not perfect, but it's a start. :) ---- Additional Comments From monkey@jpobst.com 2007-03-18 20:17:26 MST ---- Marking as fixed. Unknown operating system unknown. Setting to default OS "Other".