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

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
 
J

Jeremy Todd

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top