Hi, the GridViewHeaderRow VerticalContentAlignment and VerticalAlignment properties don't seem to work.
The VerticalContentAlignment and VerticalAlignment have no affect on the grid and the header text always appears aligned to the bottom.
I'm using your Office Black style as a base style and the xaml below.
Can you help me correct this issue please?
<Style TargetType="telerik:GridViewHeaderRow">
<Setter Property="Height" Value="18"/>
<Setter Property="MinHeight" Value="18"/>
<Setter Property="MaxHeight" Value="18"/>
<Setter Property="VerticalContentAlignment" Value="Top"/>
<Setter Property="VerticalAlignment" Value="Top"/>
<Setter Property="BorderThickness" Value="0,0,0,0"/>
</Style>
The VerticalContentAlignment and VerticalAlignment have no affect on the grid and the header text always appears aligned to the bottom.
I'm using your Office Black style as a base style and the xaml below.
Can you help me correct this issue please?
<Style TargetType="telerik:GridViewHeaderRow">
<Setter Property="Height" Value="18"/>
<Setter Property="MinHeight" Value="18"/>
<Setter Property="MaxHeight" Value="18"/>
<Setter Property="VerticalContentAlignment" Value="Top"/>
<Setter Property="VerticalAlignment" Value="Top"/>
<Setter Property="BorderThickness" Value="0,0,0,0"/>
</Style>