Autosuggest textbox in WPF application
-
Hi, I want to create auto suggest textbox in my WPF application. In this textbox I want to display the existing user names which matches with the user entered data. If anyone have idea to solve this, please reply me. Thanks in advance, N.Divya
-
Hi, I want to create auto suggest textbox in my WPF application. In this textbox I want to display the existing user names which matches with the user entered data. If anyone have idea to solve this, please reply me. Thanks in advance, N.Divya
Perhaps you could create a stack panel that contains a textbox and a popup? And that popup might contain a listview that displays users. You can populate that listview whenever the text in the textbox changes. Although I bet something like that already exists on CP... if not, then you could probably find something by googling a little.
Visual Studio is an excellent GUIIDE.