Posted 16 years ago
by Mark Vrankovich
If I have a SyntaxEditor with:
And on a blank editor page, or an editor page with some text that is not wider than the page, if I click near the right hand side of the editor page the page jumps to the right but no horizontal scroll bar appears.
It's rather confusing for the users, since if they do have text it vanishes, but there is no indication that they have actually moved the editor page sideways.
How do I fix this?
syntaxEditor.ScrollBarType = ScrollBarType.Both;
It's rather confusing for the users, since if they do have text it vanishes, but there is no indication that they have actually moved the editor page sideways.
How do I fix this?