Articles in this section

How to provide a scroll for rows or scroll the entire grid as like EXCEL

It can be achieved by using the FreezeHeaders property by setting the value to false.The following code snippet explains the same.

C#

this.pivotGrid.FreezeHeaders = false;

 

XAML

<syncfusion:PivotGridControl VerticalAlignment="Top" Margin="5" Grid.Row="2" FreezeHeaders="False" x:Name="pivotGrid1" ItemSource="{Binding ProductSalesData}">

 

C:\Users\labuser\Dropbox\Screenshots\Screenshot 2014-06-04 15.58.38.png

 

 

 

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