PavelTorgashov / FastColoredTextBox

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

Scroll when Alt+Shift+Arrow? (column selection mode) #227

Open nongcaro opened 3 years ago

nongcaro commented 3 years ago

How do I scroll with column selection mode when it reaches the end of the visible range? It doesn't do that and if I override the keys (and checking whether it reached the end) and use .DoCaretVisible(), it doesn't do anything. I've tried .Update(), .DoSelectionVisible(), etc.

Any idea? Thanks