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
536
How to set the ColumnChooser Column alignments?
posted
Hi, I tried doing e.Dialog.ColumnChooserControl.DisplayLayout.Appearance.TextHAlign = HAlign.Right; in the OnBeforeColumnChooserDisplayed event with any luck. Could anyon tell me how to do this? Im trying to align right all the text content. thanks, Kiran
Parents
No Data
Reply
  • 9298
    posted

    Kiran,

    You're right, setting the alignment this way will have no effect on the alignment in the ColumnChooser.  This will have to be done with a DrawFilter.  I am attaching a sample application in C# which will show how this can be accomplished.  I hope you find it helpful.  Let me know if you have further questions.

    ColumnChooserPositionTest.zip
Children
No Data