Can the current relative position of the cursor be displayed on the scroll bar?Just like the effect on the right side of Visual Studio.
Can the current relative position of the cursor be displayed on the scroll bar?Just like the effect on the right side of Visual Studio.
Hello,
Not yet, but we will log your suggestion for possible implementation in the future. Thank you for the suggestion.
Can I complete this function by myself. For example, is there a way to draw lines on the scroll bar?
There's no hook to draw onto the ScrollBar right now since it's just using a native ScrollBar Style. You could possibly overlay the ScrollBar portion of SyntaxEditor with another control and render on that control if you wish.
Please log in to a validated account to post comments.