Re: ComboBox and automatic dropDown
From: Herfried K. Wagner [MVP] (hirf-spam-me-here_at_gmx.at)
Date: 12/17/04
- Next message: Herfried K. Wagner [MVP]: "Re: ArrayList, Char, and File ?"
- Previous message: Aaron Smith: "Re: "Cannot change ReadOnly property of the expression column""
- In reply to: Peter Stojkovic: "ComboBox and automatic dropDown"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 17 Dec 2004 14:24:46 +0100
"Peter Stojkovic" <Peter.Stojkovic@gmx.net> schrieb:
> How can I program a automatic dropDown ( Showing all entries ),
> if the user tabs to the comboBox ???
Add a handler to the control's 'Enter' event and set its 'DroppedDown'
property to 'True' there.
-- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
- Next message: Herfried K. Wagner [MVP]: "Re: ArrayList, Char, and File ?"
- Previous message: Aaron Smith: "Re: "Cannot change ReadOnly property of the expression column""
- In reply to: Peter Stojkovic: "ComboBox and automatic dropDown"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|