views:

17

answers:

1

I have a tool strip container in which i have a tool strip.Inside the tool strip i have added three buttons. These buttons are laid out in the vertical tool strip one over another. The distance between the last button and bottom of tool strip is greater than the distance between two buttons. How do i reduce it so that all the buttons look equally distributed in the tool strip?

A: 

Checkout: How to: Change the Spacing and Alignment of ToolStrip Items in Windows Forms

KMan
have tried all this but no help.
ghd
Are you looking to shorten the length of ToolStrip or equally distribute the buttons? Also, what `LayoutStyle` are you using?
KMan