PavelTorgashov / FastColoredTextBox

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

fix menu position to avoid text overlapping #228

Open Inkathu opened 3 years ago

Inkathu commented 3 years ago

Hi. This fix could have to avoid the problem of text overlapping by the autocomplete menu in case when textbox is close to bottom side.

Inkathu commented 3 years ago

Before: image After: image