The newest drop of the WPF Toolkit includes an AutoCompleteBox. It’s a free set of controls from Microsoft, some of which will be included in .NET 4.
Related Contents:
- AutoComplete TextBox in WPF
- Multiline for WPF TextBox
- Any way to make a WPF textblock selectable?
- WPF: How to programmatically remove focus from a TextBox
- Set the focus on a textbox in xaml wpf
- Set the caret/cursor position to the end of the string value WPF textbox
- Is there any difference between WPF TextBlock and TextBox?
- Executing viewmodels command on enter in TextBox
- WPF: simple TextBox data binding
- How to define TextBox input restrictions?
- Disable button in WPF?
- Textbox – horizontal text centering
- WPF rounded corner textbox
- Vertical Align in WPF TextBox
- How can I format a decimal bound to TextBox without angering my users?
- Multiline Textbox with automatic vertical scroll
- In WPF textBox, enter does not add a new line
- How do I get a TextBox to only accept numeric input in WPF?
- How can I find WPF controls by name or type?
- Window Height=”Auto” not working as expected
- What framework for MVVM should I use? [closed]
- How do I space out the child elements of a StackPanel?
- What is the difference between a User Control Library and a Custom Control Library?
- Virtualizing an ItemsControl?
- How do I create a WPF Rounded Corner container?
- Is there Selected Tab Changed Event in the standard WPF Tab Control
- How to set Grid row and column positions programmatically
- WPF Error: Cannot find governing FrameworkElement for target element
- WPF throws “Cannot locate resource” exception when loading the image
- OneWayToSource binding from readonly property in XAML
- What does it mean to “Capture the mouse” in WPF?
- Styling nested elements in WPF
- Enter key pressed event handler
- What WPF books would you recommend? [closed]
- WPF ComboBox performance problems by binding a large collections
- WPF DataGrid: Make cells readonly
- WPF WindowStartupLocation=”CenterOwner” not really center, and pops all over, why?
- How to make Resharper resolve path for CustomBinding MarkupExtension
- How to make a simple hyperlink in XAML?
- How to style a WPF Expander Header?
- What’s the difference between ItemTemplate and ItemContainerStyle in a WPF ListBox?
- WPF: how to use 2 converters in 1 binding?
- How to get DataTemplate.DataTrigger to check for greater than or less than?
- wpf datagrid alternate row coloring
- Are “{Binding Path=.}” and “{Binding}” really equal
- Best practices for using the Entity Framework with WPF DataBinding [closed]
- MVVM and collections of VMs
- XAML: The property ‘Resources’ is set more than once
- How to restore a minimized Window in code-behind?
- How does one change title bar image in WPF Window?