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
1050
column value alignement
posted

I am not able to set the alignment for the values.

for example i want the currency field values to be alighned to right.

I tried  

e.FieldLayout.FieldsIdea.Settings.CellContentAlignment = CellContentAlignment.LabelAboveValueAlignRight;

and also the

CellValuePresenter a = new CellValuePresenter();

a.FontSize = 20;

a.HorizontalAlignment=
HorizontalAlignment.Right;

e.FieldLayout.FieldsIdea.Settings.CellValuePresenterStyle= a.Style;

no use.

any help?

Parents Reply Children