Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
330
Measures Cell Alignment Right
posted

Hello People Infragistics, I hope are well.

I am writing at this time to ask what is the best way to give the measures cell alignment right?

Thank you so much.

Parents
  • 1760
    Verified Answer
    posted

    Hi Juan,

    I can suggest you to use pivotgrid CellStyle property to achieve your goal. For example if this is yor cell style

    <Style>

       <Setter x:Name="CellStyle" Property="HorizontalContentAlignment" Value="Right" />

    </Style>

    you can say

    <XamPivotGrid ...... CellStyle={..... CellStyle} />

    Thanks,

    M.Yovchev

Reply Children
No Data