WPF-AutoComplete-TextBox icon indicating copy to clipboard operation
WPF-AutoComplete-TextBox copied to clipboard

An autocomplete TextBox for WPF

Results 12 WPF-AutoComplete-TextBox issues
Sort by recently updated
recently updated
newest added

Hi, I am trying to have a combobox column with an autocomplete and filter feature. I stumbled upon this tool on stackoverflow and I am attempting to use it. (I...

If the items for the AutoCompleteTextBox are loaded from a database, a System.NullReferenceException is thrown in the GetSuggestions(string filter) method after typing a character into the text box. In the...

Think of Google search. You press down arrow to focus a candidate, press enter, and the search begins. I want to achieve the same thing. There seems no documentation but...

With a databound autocomplete `

when you scroll the suggestions popup horizontally to the right (for example, to see text that is cut off), you are unable to scroll back left. the Thumb tack is...

Hi As you can see in image every AutoCompleteTextBox has the same automationid value. It is (IMO) because the name of textbox control element name is hardcoded to the name:...

In the default theme, the mouse-over color is identical with the selection color of the popup listbox. This is quite confusing for the user: ![Screenshot](https://user-images.githubusercontent.com/10220533/93689929-7e2ad080-fad3-11ea-98c5-cd7c1979d92d.png) I would suggest using a...

I'm currently using this as a command box in a mud client which is basically a tcp/ip app to a network server that is a text based game. The auto...

Is there any way to react in code to when a user has actually selected an item? So an event such as SelectionChanged or SelectedItemChanged? --

Hi, it is possible to use input data instead suggested ? Example : i fill the searchbox container with animal objects ( complex objects ) , but i can search...

question