autocompletebox
Silverlight AutoCompleteBox on custom search
I have this object : public class Person { public string FirstName { get; set; } public string LastName { get; set; }[详细]
2023-04-11 01:06 分类:问答Disable AutoSelect in AutoCompleteBox in WP7?
Is there any way to disable the AutoSelect in the AutoCompleteBox in WP7? What happens now is that each time when I write something and it is listed in the search suggestions, the logic runs. This is[详细]
2023-04-06 11:21 分类:问答Getting value of TextBlock inside AutoCompleteBox DataTemplate
How do I get the value of a TextBlock inside an WPF AutoCompleteBox container within a DataTemplate? 开发者_开发知识库Below is my AutoCompleteBox XAML[详细]
2023-03-26 17:32 分类:问答Set the maximum character length of AutoCompleteBox C# WPF
I am currently developing a C# WPF application. I am using the AutoCompleteBox control and I want to limit the user to only enter a limited number of characters, i.e. only be able to enter 10 characte[详细]
2023-03-24 19:05 分类:问答AutoCompleteBox does not get correct value in C# wpf
I am currently working on a WPF C# project. I am using the AutoCompleteBox WPF controlbut I am having a problem getting the value out of the box.[详细]
2023-03-23 23:25 分类:问答how to bind AutoCompleteBox to a non-static List in windows phone
i am working with the AutoCompleteBox from the WP7 Silverlight Toolkit. i have seen examples where they bind a static list (non-changing List) of strings to the AutoCompleteBox. however, is there an e[详细]
2023-03-23 08:26 分类:问答Silverlight 4 toolkit AutoCompleteBox Text property not working
I capture the KeyUp event on an AutoComplete box from the Silverlight toolkit.If they press Escape I want to clear the value by calling autocompletebox.Text = string.Empty.This works most of the t开发[详细]
2023-02-28 16:46 分类:问答controlling vertical scroll bar in silverlight autocompletebox
I have a Silverlight application that 开发者_JAVA百科uses the AutoCompleteBox. This AutoCompleteBox is defined as follows:[详细]
2023-02-19 00:48 分类:问答WP7 AutoCompleteBox Popup position
The toolkit:AutoCompleteBox in WP7 \"opens\" the Popup with results above the textfield. I need this Popup to be below the TextBox.[详细]
2023-02-16 08:09 分类:问答AutoCompleteBox issue when having multiple items with same values
My issue is that if I have objects with the same value in ValueMemberPath then the AutoCompleteBox selects the first item after it selects the correct item.[详细]
2023-02-14 20:56 分类:问答