We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Changing the size of ToolStripPanelItem.


Hi,


        How to change the size of ToolStripPanelItem?



Regards,
Ranjan VijayKumar.

1 Reply

SK Senthil Kumaran Rajan Syncfusion Team December 15, 2014 08:50 AM UTC

Hi Ranjan,

 

Thanks for using Syncfusion products,

 

The size of the ToolStripPanelItem can be changed by using the AutoSize and Size property as shown in the below code snippet. We have also prepared a sample for your reference and this will be available in the below link.

 

Code Snippet[C#]:

this.toolStripPanelItem1.AutoSize = false;

this.toolStripPanelItem1.Size = new Size(70, 100);

 

 

Please let us know if you need further assistance,

 

Regards,

R.Senthil kumaran

Attachment: RibbonPanelItem_4235779f.zip

Loader.
Live Chat Icon For mobile
Up arrow icon