Hello everyone,
I have a textbox with Autocomplete Suggest on it, and it gets the data from the AutoCompleteCustomSource property. Here's what I currently have:
When I start typing, the autocomplete feature works wonderfully.
Here's what I want:
When I double-click on the textbox, I want the autocomplete feature to drop down.
Is this possible? Sorry if this sounds confusing, just ask away if you need to. Thanks!
AutoComplete on DoubleClick
Started by Xystus777, Nov 26 2008 06:13 AM
2 replies to this topic
#1
Posted 26 November 2008 - 06:13 AM
|
|
|
#2
Posted 29 November 2008 - 04:32 PM
Firstly, please visit, msdn library at microsoft web site for AutoCompleteCustomSource
I think you can at DoubleClick Action of the textbox, you can fire the method of autocomplete list show
I think you can at DoubleClick Action of the textbox, you can fire the method of autocomplete list show
#3
Posted 02 December 2008 - 05:11 AM
I can't find it, sorry. I'm not sure what to do in this case. I don't know what the method would be in order to show the autocomplete list.


Sign In
Create Account


Back to top









