Hello!
I want to use SyntaxEditor to make a read-only text view, so I don't want the scroll bar to scroll to the blank area after the last line.
How to achieve the above effect?
Hello!
I want to use SyntaxEditor to make a read-only text view, so I don't want the scroll bar to scroll to the blank area after the last line.
How to achieve the above effect?
Hello,
You would want to set the SyntaxEditor.CanScrollPastDocumentEnd property to false.
Please log in to a validated account to post comments.