You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>WPF AutoComplete TextBox is an original work from [Bhardwaj Deepak](http://www.codeproject.com/Tips/801004/WPF-AutoComplete-TextBox)
@@ -24,18 +24,18 @@ This control originally features:
24
24
1. I've included two more properties for making things easier:
25
25
* MaxLength
26
26
* CharacterCasing
27
-
2. Also, I fixed up the focus control.
27
+
2. Also, fixed up the focus control.
28
28
3. Removed VB.NET stuff from original solution.
29
29
4. Added a new demo showcasing the new capabilities
30
30
5. Added a custom style in the new demo, turning on validation messages
31
31
6. Added property MaxPopupHeight. Setting this property, will limit the popup height to the size you wish.
32
32
7. Much more from collaborators!
33
33
34
-
### The Demo WpfControls.Demo
34
+
### UPDATED DEMO !!!
35
35
36
-
It's a simple WPF application using the [Material Design in XAML Toolkit](http://materialdesigninxaml.net/) and MVVM showing how to search for the American States while typing. See it in action!
36
+
A WPF application using the [Material Design in XAML Toolkit](http://materialdesigninxaml.net/) and MVVM. See it in action!
37
37
38
-

38
+

0 commit comments