Hotrizontal Scroll Not Appearing

SyntaxEditor for Windows Forms Forum

Posted 15 years ago by Mark Vrankovich
Avatar
If I have a SyntaxEditor with:
syntaxEditor.ScrollBarType = ScrollBarType.Both;
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?

Comments (3)

Posted 15 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Mark,

Could you provide exact steps to repro it in our main SDI Editor sample? Note that you can set the ScrollBarType property in the PropertyGrid there at run-time to help with the repro. Thanks!


Actipro Software Support

Posted 15 years ago by Mark Vrankovich
Avatar
Sure.

Start from the SDI Editor defaults.

Set ScrollBarType to Both
Set VirtualSpaceAtLineEndEnabled to True

Sorry, I should have clicked that virtual space was a factor.
Posted 15 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Mark,

Ahh, yes it looks like the scrollbar visibility currently is only being updated when text changes occur. We'll mark it down on the TODO list.


Actipro Software Support

The latest build of this product (v24.1.0) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.