How to make all buttons in toolbar the same size?

  • Thread starter Thread starter Luis
  • Start date Start date
L

Luis

Hi,

I'm having some trouble making all the buttons in the toolbar the same size.
My toolbar property TextAlign is set to "Underneath" and all the icons in my
ImageList have a width of 48 but the actual buttons' size varies from 48 to
around 60 depending on the corresponding text.

What I would like is to have all buttons in my toolbar have a width of 64. I
tryed changing the ButtonSize property but it didn't help.

Thanks in advance for any help.

Luis
 
Hi Luis,
I tried it and it works fine for me. At the begining before explicitly
stting the size of the buttons each button has its own width depending on
the length of the button's text. But once I set the ButtonSize property the
tool bar made all buttons the same size and kept this setting.
How do you change the size of the buttons?
 
Back
Top