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.
Up arrow icon