ComboBox: show DropDownList on DownArrow-Key + scrool through List

  • Thread starter Thread starter DraguVaso
  • Start date Start date
D

DraguVaso

Hi,

Normal behaviour when uwing the Up and Donw Arrow-keys in a ComboBox::
- when the DropDownList is visible: scrolling visibly through the List (8
ListItems visible)
- when theDropdownList isn't visible: scrolling through the List, but
without showing the whole List (only one ListItem visible)

I want the same behaviour with a ComboBox, but: When I use for the FIRST
time the DownArrow-Key I want it to show the DropDownList (with 8 items
visible).

So: on the first DownArrow it has to 'open' the combox (like when you coulw
click on it), and afterwarths the same behaviuou as a normal combobox.

Thep roblem is: I can't find the Method to 'open' the combobox, and I can't
find the Property which tells me if the ComboBox is alreaddy open or not.

Anybody can help me with this?

Thanks a lot,

Pieter
 
DraguVaso said:
Thep roblem is: I can't find the Method to 'open' the combobox, and I can't
find the Property which tells me if the ComboBox is alreaddy open or not.

Check the DroppedDown property, I think that'll do what you want.

Good luck,
Jeremy
 
Back
Top