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
360
Lines in UltraTextEditor
posted

Hi.

I wonder if it's possible to show a horizontal line between two lines in a UltraTextEditor.
The UltraTextEditor is set to Multiline=true
I want to have to lines only, and I want to have a line that is separating them, is this possible?

So, how do make to lines only, and how to make the line, if it's possible.

Thanks for the help

 

  • 469350
    Suggested Answer
    Offline posted

    Hi,

    There's nothing built-in to the control to draw a line. You could, of course, set the Text of the control to whatever you want, and include a line of dashes, for example. But that would not prevent the user from editing the dashes and it would be extremely difficult to manage programmatically.

    Perhaps what you should do is use 2 UltraTextEditor controls - one for each line?