Skip to content

A custom WinForms control which provides a ComboBox with better auto-complete methods.

License

Notifications You must be signed in to change notification settings

Ace4896/WinForms.AutoComplete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WinForms.AutoComplete

A custom WinForms control which provides a ComboBox with better auto-complete methods.

This implementation is a slimmed down version of Serge Weinstock's implementation, with the main differences being:

  • Updated for .NET 6.0
  • StartsWith, Contains and Regex matching methods
  • No bold highlighting on matched segments

License

Serge Weinstock's original implementation and this modified implementation are licensed under the LGPLv3.

About

A custom WinForms control which provides a ComboBox with better auto-complete methods.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages