Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.
/ AutoCompleteBox Public archive

AutoCompleteBox for WinRT (C# and XAML)

License

Notifications You must be signed in to change notification settings

igorkulman/AutoCompleteBox

Repository files navigation

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

NuGet version NuGet downloads

PM> Install-Package AutoCompleteBoxWinRT

About

AutoCompleteBox for WinRT (C# and XAML)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages