
Hi,
having a syntax editor:
this.editor.WordWrapMode = ActiproSoftware.Windows.Controls.SyntaxEditor.WordWrapMode.Word;
A textbox can be at the first glance small, but can grow up to a maximum size (when the property "AcceptsReturn=True" and "TextWrapping=Wrap"), when inserting more text than can be seen in one line.
As the syntax editor is much more complexer and have such a lot of appreciated features I'm asking myself if there could be the same behaviour like in a textbox.
I would like to have first a size for a single line, but when word wrap is necessary, the syntaxeditor-window should grow in height, after a maximum reached, the vertical scrollbar should be seen.
Is this behaviour available?
Thanks for your support!