Articles in this section

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

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)
Access denied
Access denied