FilterBox
This control looks like a regular TextBox with autocomplection and suggested value list.
Inherits from System.Windows.Controls.ContentControl.

Start typing and you will see a drop down list with possible matches. The drop down list will automatically update itself as you are typing.

Click on the ‘x’ button to reset the text box.

Properties
| Property name | Description |
|---|---|
| AccentColorBrush | Gets or sets accent color. |
| AllowAutoCompletion | Gets or sets whether autocompletion is allowed. |
| FilterSource | Gets or sets the collection of items shown in the drop down list |
| PropertyName | Get or sets the name of the property you want to use to filter the items in the collection with. |
| Text | Gets or sets text entered by the user, which is used to filter the items in the FilterSource collection |
| Watermark | Gets or sets watermark. |
How to use
<orc:FilterBox PropertyName="Value"
FilterSource="{Binding FilterSource}"
Text="{Binding FilterText}"/>
Contributions
We would like to thank the following contributors:
Want to contribute to the documentation? We have a guide for that!
Questions
Have a question about Catel or WildGums controls? Use StackOverflow with the Catel tag!