/AutoCompleteBox

AutoCompleteBox for WinRT (C# and XAML)

Primary LanguageC#GNU Lesser General Public License v2.1LGPL-2.1

AutoCompleteBox for Windows Store apps

There is no AutoCompleteBox control that can be used when building Windows Store apps in C# and XAML so I decided to create one, because I needed it for a project. Currently it supports only String collections and the selected value must be accessed using code behind, but this will hopefully change.

The AutoCompleteBox uses WinRT XAML Toolkit to show the watermark andReactive Extensions so the users does not need to press enter, the results will show after they stop typing for a second.

Installation using Nuget:

Install-Package AutoCompleteBoxWinRT