Click here to Skip to main content
15,900,461 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
I know that with mdi form i can get horizontal menu strip . But I want to get vertical menu strip. Help is anticipated.
Posted

1 solution

hello ;
you can add this :
VB
LayoutStyle = VerticalStackWithOverflow
Dock = Left


and then 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.
 
Share this answer
 
Comments
parchuri08 13-Nov-10 2:40am    
thanx for idea but i could not find item collections in properties.
PSAFOL 26-Mar-13 3:23am    
thanks... this works
Member 9992753 8-Dec-19 3:30am    
Thanks, this worked for me.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900