Articles in this section
Category / Section

How to adjust the width for each columnn in Silverlight PivotGridControl?

1 min read

We can adjust the width for each column by setting ‘AllowReizeColumns’ as true for pivot grid control.

XAML

<syncfusion:PivotGridControl Grid.Column="0" AllowResizeColumns="True"

 

Margin="10" GridLineStroke="#2F5BB7"

 

x:Name="pivotGridControl1" />


 

C#

this.pivotGridControl1.AllowResizeColumns = true;


 

C:\Users\labuser\AppData\Local\Temp\Rar$DIa0.836\90093_Screenshot.png

Figure: Pivot Grid shows customized width

 

 

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied