Hi i got a problem with UltraTextEditor Control. I have search in the forum but nobody seems to have the same problem. My problem is that the Texteditor dont show any scrollbar
I activate Scrollbars with the property Horizontal and i set the Property AlwaysInEditMode to True but i dont see any scrollbar. Is there any Property that i have forgotten?
In order to get the horizontal ScrollBar to appear, you need to set the WordWrap property to False as well as the Multiline property to True. This is due to the same limitations that exist in the .NET TextBox, which is used when the UltraTextEditor goes into edit mode.
-Matt
Oh my god ^^ thank you very much