Hi.
I wonder if it's possible to show a horizontal line between two lines in a UltraTextEditor.The UltraTextEditor is set to Multiline=trueI 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
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?