Question Resize the ToolStripButton

nsabarisri6

New member
Joined
Dec 18, 2012
Messages
4
Programming Experience
1-3
Hi,

I have set the below properties for my Toolstrip in VB.NET

AutoSize: false

  • TooStripButton properties
AutoSize: false DisplayStyle :ImageAndText TextImageRelation : ImageAboveText Text : Ledger
At present, I get the image above the text 'Ledger' But the image is too small. Also, Image Size property for the ToolStripButton is disabled. So I am not able to alter the image size.
Please let me know , how to resize the image with respect to the size of the toolStripButton size.

Thanks,
Sumeet


 
Back
Top