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
3914
Right-align data in PivotCells
posted

Hi,

How can I right-align data in Pivot-cells?

I don't see any functionality to do this. We have the ability to set the CellFormat for all data rows with PivotGrid.CellFormatting. Likewise it would be useful to have CellHorizontalContentAlignment.

 

Thanks

Sangeetha

Parents
No Data
Reply
  • 3914
    posted

    Hi,

    I load various themes for PivotGrid. I set the following property in PivotCellControl and it takes care of it.

    <Setter Property="HorizontalContentAlignment" Value="Right"/>

     

    Also, I noticed that I was using old themes. The SR2094 themes have pivot cell data right-aligned.

     

    Thanks

    Sangeetha

Children