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