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.
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
Thank you very much, just so it is.