QUOTE(papuccino1 @ 2 Jul, 2009 - 09:07 PM)

Hi guys!

I finally quit WoW (urgh...had me for 1 whole month, what a waste of time) and I want to begin coding what I left off.
How could I make a vertical menuStrip that's oriented to the left hand side of my window?
I've already changed:
LayoutStyle = VerticalStackWithOverflowDock = LeftThis gives me what I'm looking for to an extent. I need to actually POSITION these little "buttons" (is that what they're called) precisely where I want them to be.
Right now they all scrunch up to the top left area of the menuStrip leaving a big fat chunk of empty space in the menuStrip.
Thank you for any assistance.
Here is what you can look into. There is the
Items collection in the properties click the
(...). You can play around with the padding values of the different items, increasing the padding of the different items will space them out.