Introducing a feature-rich, MVVM-friendly Auto-Complete TextBox for .NET 6 WPF, designed to deliver a seamless and dynamic user experience. Whether you need synchronous or asynchronous suggestion fetching, this control adapts to your needs effortlessly.
πΉ Smart Data Binding: Bind to both the selected object (SelectedItem) and/or its ID (SelectedValue).
πΉ Fully Customizable: Use the ItemTemplate to style dropdown items to fit your UI.
πΉ Enhanced User Experience:
β Squiggly underlines highlight unmatched text when the control loses focus.
β Optional free-text mode (AllowFreeText) for entering custom values.
β Watermark support for better user guidance.
β Show or hide the dropdown button with ShowDropDownButton.
β Icons & images can be displayed next to selected items for better clarity.
Built on the foundation of Bhardwaj Deepakβs work but completely rewritten from scratch, this control offers a modern, robust, and flexible solution for your WPF applications.
Features
- πΉ Smart Data Binding: Bind to both the selected object (SelectedItem) and/or its ID (SelectedValue).
- πΉ Fully Customizable: Use the ItemTemplate to style dropdown items to fit your UI.
- πΉ Enhanced User Experience
- β Squiggly underlines highlight unmatched text when the control loses focus.
- β Optional free-text mode (AllowFreeText) for entering custom values.
- β Watermark support for better user guidance.
- β Show or hide the dropdown button with ShowDropDownButton.
- β Icons & images can be displayed next to selected items for better clarity.