Info
| Version: | 2.1.1 | 
| Author(s): | Pavel Torgashov | 
| Last Update: | Thursday, August 10, 2023 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/Ahmad45123/AutoCompleteMenu-ScintillaNET | 
| NuGet Url: | https://www.nuget.org/packages/AutoCompleteMenu-ScintillaNET | 
Install
Install-Package AutoCompleteMenu-ScintillaNET
                        dotnet add package AutoCompleteMenu-ScintillaNET
                        paket add AutoCompleteMenu-ScintillaNET
                        
                                AutoCompleteMenu-ScintillaNET Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- jacobslusser.ScintillaNET(>= 3.6.3)
 
                
http://www.codeproject.com/Articles/365974/Autocomplete-Menu - ByPavel Torgashov
The main added feature is SctintillaNET wrapper and also fixed several bugs that can be seen in GitHub.
==========================
Changes v2.1:
* ToolTips now support changing of their BackColor and ForeColor.
* Fixed ToolTip showing in wrong location in first time.
* Added an AutoWidth feature.