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
340
Group By Row - text alignment
posted

hi,

i have an UltraWinGrid that has one group, i want to vertically align the text inside this row to bottom, while it is aligned by default at the middle.

i tried in Grd_InitializeGroupByRow:
e.Row.Appearance.TextVAlign = VAlign.Bottom;

e.Row.CellAppearance.TextVAlign = VAlign.Bottom;

no result.

how can i change the alignment of the text inside the groupbyrow?

thanks