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

Increase the Pivot Items width

Hi
   I want to increase pivot item columns width programmatically.
Regards
T.Ashokraj

1 Reply

MS Maniratheenam Sehar Syncfusion Team July 1, 2014 04:11 AM UTC

Hi Ashokraj,

We would like to let you know that the given query can be resolved by the below code snippet
CodeSnippet[C#]
this.pivotGridControl1.TableModel.Model.ColWidths[colindex] = size;

EX:  this.pivotGridControl1.TableModel.Model.ColWidths[3] = 10;
thus, you can increase the Pivot item column width.

Please let us know, if you have any further concerns.

Regards,
ManiRatheenam S

Loader.
Live Chat Icon For mobile
Up arrow icon