Hi,
When I try to set the padding for the Row Header in my pivot grid it causes the row expand buttons to disappear? I need to adjust the padding so the text sits correctly (in the middle not bottom) of the row.
I have attached images showing the missing expand button. Should the RowHeaderStyle maybe based on a different style?
Thanks for you help!
Dom
1.<pivot:RadPivotGrid x:Name="radPivotGrid1" Grid.Column="0" DataProvider="{Binding DataProvider}" AllowSelection="True" RowHeight="20" CellTextPadding="2" >2. <pivot:RadPivotGrid.RowHeaderStyle>3. <Style TargetType="pivot:PivotHeader" BasedOn="{StaticResource PivotHeaderStyle}">4. <Setter Property="Padding" Value="20 2 5 0"></Setter>5. </Style>6. </pivot:RadPivotGrid.RowHeaderStyle>7.</pivot:RadPivotGrid>