PavelTorgashov / FastColoredTextBox

Fast Colored TextBox for Syntax Highlighting. The text editor component for .NET.
Other
1.21k stars 463 forks source link

Clicking on ScrollBar (I need different behavior) #206

Closed nongcaro closed 4 years ago

nongcaro commented 4 years ago

image

So this is the scrollbar, if I click above the thumb, it goes up, below the thumb, it goes down. But I want it to go PAGE DOWN and PAGE UP, not the way it's implemented right now.

I can't find a solution to this, there are no event handlers to the scrollbar. I tried making a custom scrollbar, but it's not working well, I prefer the current one. Thanks.