Articles in this section
Category / Section

How to resize the Row or Columns in Silverlight OlapGrid?

1 min read

The AllowResizeColumns and AllowResizeRows property of the OlapGrid allows you to resize the Column Width and Row Height.

The following code explains resizing of column and row in OlapGrid.

 

XAML

 

<syncfusion:OlapGrid x:Name="olapGrid" Grid.Column="0" Margin="5" AllowResizeColumns="true" AllowResizeRows="true" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" OlapDataManager="{Binding GridDataManager}"                </syncfusion:OlapGrid>

 

OlapGrid with Re-size option

Figure: OlapGrid with Re-size option

 

 

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