Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 580 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 580 Bytes

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.