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
35
Text Editor alignment issue when multiline and Segoe UI font
posted

Two UltraTextEditor controls. One single line and one multi line. Both "always in edit mode"

The text in both aligns

Now if I change the font of the text box to Segoe UI it looks ok in the designer but when I run it the text is now significantly indented in the multi line box

This is a problem in 12.2 and it seems 16.2

Project attached - just run it to see

DodgyTextBox.zip
Parents
No Data
Reply
  • 2575
    Offline posted

    Hello Gwyn,

    Out UltraTextEditor inherits most of its functionality from .NET TextBox. In this case, this is a behavior inherited from TextBox (you can try the experiment with TextBoxes instead of UltraTextEditors and see the same result).

    Please let me know if I can further assist you.

Children
No Data