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
210
Align columns in group by row
posted

I have a requirement where in I am using a Custom summary type of UltraGrid.

All the columns in the group by rows are aligned to right by default.

Now I want the text in a column to be left aligned. Is there a property which will help me achieve this.

SS

I have tried the below code which did not work for me. 

  • summary.Appearance.TextHAlign = HAlign.Center
  • summary.Band.Override.CellAppearance.TextHAlign = HAlign.Center
  • summary.SummaryPosition = SummaryPosition.Left 

Please help

Thank You

Parents Reply Children
No Data