icsharpcode / AvalonEdit

The WPF-based text editor component used in SharpDevelop
http://avalonedit.net/
MIT License
1.85k stars 469 forks source link

Add support to draw Custom Annotation on Vertical Scrollbar #402

Open sagarkardani opened 1 year ago

sagarkardani commented 1 year ago

Most of the code editors shows highlighting annotation on vertical scrollbar for current cursor position, find results positions etc.

It would be helpful if AvalonEdit also have support to draw Custom Annotation on Vertical Scrollbar

Below is the screenshot from Visual Studio Editor

Demo