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
andRegex
matching methods- No bold highlighting on matched segments
Serge Weinstock's original implementation and this modified implementation are licensed under the LGPLv3.