Blue Theme Orange Theme Green Theme Red Theme
 
Home | Forums | Videos | Photos | Blogs | E-Books | Interviews | Jobs | Beginners | Training
 | Consulting  
Submit an Article 
 Login Close
User Id:
Password:
 
Forgot Password
Forgot Username
Why Register
 Jump to
Skip Navigation Links
TechnologyExpand Technology
WebsiteExpand Website
 Resources  
Close
 Our Network  
Close
Search :       Advanced Search »
Home » Silverlight » AutoCompleteBox in Silverlight using C# and XAML

AutoCompleteBox in Silverlight using C# and XAML

This article demonstrates how to create and use a AutoCompleteBox control in Silverlight using XAML and C#.

Author Rank:
Technologies: .NET 3.0 and 3.5, Silverlight, XAML,Visual C# .NET
Total downloads : 53
Total page views :  2943
Rating :
 0/5
This article has been rated :  0 times
   Print Read/Post comments Post a comment  Rate  
   Email to a friend  Bookmark  Similar Articles  Author's other articles  
Download Files:
AutoCompleteBoxSample.zip
 
ArticleAd
Become a Sponsor




Silverlight AutoCompleteBox Control

If you type a keyword or character in a Google or Live search boxes, you see your word is being typed automatically based on the character you type. This control that provides this functionality is called an AutoCompleteBox. This article demonstrates how to create and use a AutoCompleteBox control in Silverlight using XAML and C#.

Note: The AutoCompleteBox control is a part of Silverlight Toolkit. This article is written by using the Silverlight Toolkit November 2008 that you can download from here: Silverlight Toolkit - Release: Silverlight Toolkit November 2008. This control may be a part of Silverlight in near future versions.

Adding Silverlight Toolkit Reference

Before you can use an AutoCompleteBox control, you must download the Silverlight Toolkit. After that you need to add a reference to the library.

 

To add a reference, right click the References folder of your project in Solution Explorer and select Add Reference. This action will open the Add Reference dialog as you can in the following Figure 1. On this dialog, select Browse option and browse the Microsoft.Windows.Controls.dll assembly from the folder where you installed the Silverlight Toolkit. This assembly resides in the Binaries folder.  

Figure 1

Once you add the reference, you will see the Microsoft.Windows.Controls added to your References dialog as you see in Figure 2.

Figure 2

Now, the next step is to import the Microsoft.Windows.Controls namespace to the page.  Once you type xmlns= in your page, you will see Microsoft.Windows.Controls listing in Intellisense. Select it as shown in Figure 3.

Figure 3

The final reference added to the page looks like following. As you can see here, I added name of this reference to ToolkitRef.

xmlns:ToolkitRef="clr-namespace:Microsoft.Windows.Controls;assembly=Microsoft.Windows.Controls"

Now you will see ToolkitRef in your page and once you select it, you will notice AutoCompleteBox added to the Intellisense. To add the AutoCompleteBox control to your page, just select it as you can see in Figure 4.

Figure 4

Creating an AutoCompleteBox

The AutoCompleteBox element represents a Silverlight AutoCompleteBox control in XAML.

 

<ToolkitRef:AutoCompleteBox></ToolkitRef:AutoCompleteBox>

 

The code snippet in Listing 1 creates an AutoCompleteBox by setting its width and height properties to 200 and 30 respectively.   

<AutoCompleteBox Width="200" Height="30" />

 

Listing 1

 

The Text property of the AutoCompleteBox control represents the selected text box in the control.

 

string curText = ACB.Text;

 

Data Binding in AutoCompleteBox

Similar to other data bound controls in Silverlight, the ItemsSource property is used to bind a collection of object to the AutoCompleteBox.

 

The code snippet in Listing 2 creates a object collection called Authors and binds it to the AutoCompleteBox by using the ItemsSource property.

 

<!-- ObjectCollection -->

<UserControl.Resources>

    <ToolkitRef:ObjectCollection x:Key="Authors">

        <coreLib:String>Mahesh Chand</coreLib:String>

        <coreLib:String>Mike Gold</coreLib:String>

        <coreLib:String>Scott Lysle</coreLib:String>

        <coreLib:String>Matt Cochran</coreLib:String>

        <coreLib:String>Raj Kumar</coreLib:String>

        <coreLib:String>Nipun Tomar</coreLib:String>

        <coreLib:String>Sundar Lal</coreLib:String>

        <coreLib:String>Praveen Kumar</coreLib:String>

        <coreLib:String>Dinesh Beniwal</coreLib:String>

        <coreLib:String>Renee Ward</coreLib:String>

        <coreLib:String>Amber Jap</coreLib:String>

     </ToolkitRef:ObjectCollection>

</UserControl.Resources>

 

<!-- Create a Grid and Add an AutoCompleteBox control to it -->

<Grid x:Name="LayoutRoot" Background="White">

    <ToolkitRef:AutoCompleteBox Width="200"

        Height="30" x:Name="ACB"

        ItemsSource="{StaticResource Authors}" >           

    </ToolkitRef:AutoCompleteBox>

</Grid>   

Listing 2

Now if you run the application and type a character in the control, you will see the list of items matching with the criteria. I type letter m and the output looks like Figure 2, where all authors start with letter m are listed.

 

Figure 5

If you would like to disable the auto complete feature, you can set the IsTextCompletionEnabled property to false.

IsTextCompletionEnabled="True"

Summary

In this article, I discussed how we can create and use an AutoCompleteBox control in Silverlight. The article also showed how to bind a collection of items to the control.


Login to add your contents and source code to this article
 [Top] Rate this article
 About the author
 
Mahesh Chand
Mahesh is a software consultant, architect, author, MCP, MVP, and founder of C# Corner. He has over 13 years of experience building systems for Financial and Banking, Engineering & Architectural, Imaging, Construction, Biological & Pharmaceuticals, Healthcare and Education industries including Microsoft, Unisys, Barclay’s, Centocor (J&J), McGraw-Hill, Excelon, PMI, and University of Pennsylvania Hospital. Since year 2000, he is been working with, ASP.NET, SQL Server, C# and .NET. His latest experience and interest is Silverlight, WPF, WCF, XAML and .NET 3.5. If you need any consulting in ASP.NET, AJAX, WPF, WCF, or XAML, contact him at mahesh AT c-sharpcorner DOT com
Looking for C# Consulting?
C# Consulting is founded in 2002 by the founders of C# Corner. Unlike a traditional consulting company, our consultants are well-known experts in .NET and many of them are MVPs, authors, and trainers. We specialize in Microsoft .NET development and utilize Agile Development and Extreme Programming practices to provide fast pace quick turnaround results. Our software development model is a mix of Agile Development, traditional SDLC, and Waterfall models.
Click here to learn more about C# Consulting.
 
Introducing MaxV - one click. infinite control. Hyper-V Hosting from MaximumASP.
Finally – a virtual platform that delivers next-generation Windows Server 2008 Hyper-V virtualization technology from a managed hosting partner you can truly depend on. Visit www.maximumasp.com/max for a FREE 30 day trial. Hurry offer ends soon. Climb aboard the MaxV platform and take advantage of High Availability, Intelligent Monitoring, Recurrent Backups, and Scalability – with no hassle or hidden fees. As a managed hosting partner focused solely on Microsoft technologies since 2000, MaximumASP is uniquely qualified to provide the superior support that our business is built on. Unparalleled expertise with Microsoft technologies lead to working directly with Microsoft as first to offer IIS 7 and SQL 2008 betas in a hosted environment; partnering in the Go Live Program for Hyper-V; and product co-launches built on WS 2008 with Hyper-V technology.
Dynamic PDF
ceTE software specializes in components for dynamic PDF generation and manipulation. The DynamicPDF™ product line allows you to dynamically generate PDF documents, merge PDF documents and new content to existing PDF documents from within your applications.
Boost the performance of your .NET applications
“ANTS Profiler took us straight to the specific areas of our code which were the cause of our performance issues." Terry Phillips, Sr. Developer, Harley-Davidson Dealer Systems. Download your free trial of ANTS Profiler.
Go.NET
Build custom interactive diagrams, network, workflow editors, flowcharts, or software design tools. Includes many predefined kinds of nodes, links, and basic shapes. Supports layers, scrolling, zooming, selection, drag-and-drop, clipboard, in-place editing, tooltips, grids, printing, overview window, palette. 100% implemented in C# as a managed .NET Control. Document/View/Tool architecture with many properties&events. Optional automatic layout.
Dundas Software
Dundas Chart for .NET is the most advanced .NET charting package available today.  With an extremely complete feature set, elegant architecture and easy implementation, Dundas Chart can quickly add advanced Charting functionality to enhance and transform ASP.NET and Windows Forms applications.  Whether you are implementing charting into internal projects, or building applications for clients, Dundas Chart offers advanced technology and advanced results to get the most out of data.
 
   Print Read/Post comments Post a comment  Rate  
   Email to a friend  Bookmark  Similar Articles  Author's other articles  
Download Files:
AutoCompleteBoxSample.zip
 
 Post a Feedback, Comment, or Question about this article
Subject:  
Comment:  
ArticleAd
Become a Sponsor
Latest Comments:
Subject Posted By Posted On

 Hosted by MaximumASP  |  Found a broken link?  |  Contact Us  |  Terms & conditions  |  Privacy Policy  |  Site Map  |  Suggest an Idea  |  Media Kit
Current Version: 5.2009.6.2
 © 1999 - 2009  Mindcracker LLC. All Rights Reserved