autocompletebox
Accepting Multiple Items in a Silverlight AutoCompleteBox
I have a Silverlight 4 application. In this application I am using the AutoCompleteBox. Essentially, I am trying to create the functionality similar to the \"Tags\" autocomplete box on StackOverflow.[详细]
2023-02-14 16:10 分类:问答SL4 AutoCompleteBox repeating filter results issue
I\'m having an issue with the AutoCompleteBox filtering. It seems to be rembering the previous filter.[详细]
2023-02-14 01:43 分类:问答AutoCompleteBox and SearchText Clear
This is not a question but my answer to a problem I could not find a solution to on the internet. I had a problem clearing the SearchText in an MVVM Silverlight application. I could clear clear the S[详细]
2023-02-08 17:23 分类:问答How to get elements from an object in C#?
I am using the AutoCompleteBox in WPF, I populate the suggestions with a List that consists of four fields. When the user selects an item and I reach my eventHandler, i can see that[详细]
2023-02-03 11:16 分类:问答ItemTemplate does not affect selected item of AutoCompleteBox
I\'m using wpf toolkit AutoCompleteBox and I\'ve set the Item template. The problem : the Items in the pop-up list look great but it didn\'t take effect on the textbox above (the selected item).[详细]
2023-02-02 16:20 分类:问答How to Filter more than one field using WPF AutoCompleteBox
i 开发者_如何学Pythonam trying to customize the suggestions on the AutoCompleteBox in the WPF Tool kit. Right now i have a last name field which when the user enters characters a query runs that retri[详细]
2023-02-02 03:41 分类:问答Wpf toolkit AutoCompleteBox search on background thread
I\'musing WPF toolkit AutoCompleteBox that its itemsSource is a list of milions of objects. Does the AutoCompleteBox use for the searching a background thread and if it doesn\'t how can 开发者_StackO[详细]
2023-02-02 01:37 分类:问答AutoCompleteBox max number of results
I\'m using wpf toolkit AutoCompleteBox control and I want it to display only 5 results, How can I set this ?[详细]
2023-02-02 01:12 分类:问答Autocomletebox: How to bind the text property to show what ever selected item is?
Cannot figure out why is this not setting a Text property after BidAgent in ViewModel is initial set to some value? Searching and selecting works fine, but initial binding does not. Basically, what I[详细]
2023-01-30 13:12 分类:问答Silverlight 4 AutoCompleteBox, setting SelectedItem to null
In the source code of AutoCompleteBox (downloadable from Microsoft) I found the following: /// <summary>[详细]
2023-01-20 17:50 分类:问答