Resize toolstrip at runtime

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to change the sieze of the buttons on a toolstrip at runtime?

I want to give my users the option of using either small (normal) or large
(32X32) buttons.

Thank you,

Fernando
 
Fernando said:
Is there a way to change the sieze of the buttons on a toolstrip at runtime?

I want to give my users the option of using either small (normal) or large
(32X32) buttons.

Thank you,

Fernando

Are you talking about a ToolBar? It has a "ButtonSize" property which
you can change at runtime

MuZZy
 
Back
Top