ARTICLE

AutoComplete Textbox in WPF

Posted by Diptimaya Patra Articles | WPF January 30, 2010
This article is a simple approach for achieving AutoComplete for TextBox.
Reader Level:
Download Files:
 

Introduction

I have gone through a lot of AutoComplete TextBox in WPF articles. This article is a simple approach for achieving AutoComplete for TextBox.

Crating WPF Application Project

Fire up Visual Studio 2008 and Create a WPF Application and name the project as AutoCompleteWPF.

image1.gif

Here is the basic things we need to do for achieving AutoComplete feature for a TextBox.

First we need to have a TextBox and a ListBox. You can see the below screenshot and xaml for reference.

image2.gif

image3.gif

Now we would write code to achieve this.

Create a sample data, in our case it is List of Strings.

image4.gif

Now in TextChanged event we need to write the below code:

image5.gif

As we would see the suggestion would pop up and we can select on the particular item write the below code for SelectionChanged event of ListBox.

image6.gif
That's it. Run the application.

image7.gif

You can design the suggestion style as per your requirement.

Hope this article helps.

Login to add your contents and source code to this article
comments
COMMENT USING
PREMIUM SPONSORS
Infragistics is experts in technology and design, and passionate about helping you build highly performant and stylish applications that solve problems, deliver inspiration, and maximize results.
Nevron Diagram
SPONSORED BY
HTML 5 + JQUERY CONTROLS