-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AutoCompleteTextBlock #1
Comments
I encountered same problem. Can you send me the solution? |
Here is main class which I have modified. using System; namespace CustomAutoCompleteBox
} |
Thank you so much. I wrote your class, but i could not use it. I am getting an error : When i created the object in my code, i wrote: Did i use it wrong when creating? |
Yes There is a simple mistake in creating an object you have to mention its type like this |
Hi hermitdave,
I found your autocompleteTextblock very useful. But There was a problem. I had to bind Text of textbox in binding TwoWay but your given control was not able to do this. It was currenlty getting text and not setting. I have fixed this issue. If you access me at your repository then I can add my effort.
The text was updated successfully, but these errors were encountered: