Articles in this section
Category / Section

How do I set row heights in a pivot grid in XAML

1 min read

As per our current implementation of Pivot Grid Control, Row Heights cannot be set through XAML code.
However, you can change the row height of Pivot Grid using below code snippet of C# in the pivotGrid loaded event.

C#

void pivotGrid1_Loaded(object sender, RoutedEventArgs e){this.pivotGrid1.InternalGrid.Model.RowHeights[0] += 50;}

 

 

 

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