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
3045
Is it possible to set UltraTextEditor right aligned?
posted

I'm setting TextHAlign to Right, and it doesn't seem to have any effect.

IG Version: 9.2 

Parents
No Data
Reply
  • 20872
    Offline posted

    Hello jquerijero,

    I have tried the following line of code and it works as expected for me:

     

    ultraTextEditor1.Appearance.TextHAlign = Infragistics.Win.HAlign.Right;

    What you could try is to download the latest service release available for NetAdvantage 2009 vol2 from our web site, and verify the behavior of your application against it.

    Please let me know if you have any other questions. 

Children