Expand drop down list

  • Thread starter Thread starter Benny
  • Start date Start date
B

Benny

Hello Experts,

I have a drop down list web control in one of my page. Currently if I
want to expand the drop down list to show all items, I must click on the
down-arrow sign on the right hand side of the drop down list. The
question is what are the codes to make it expand to show all items
automatically when it is selected?


Thanks,

Benny
 
Benny said:
Hello Experts,

I have a drop down list web control in one of my page. Currently if I
want to expand the drop down list to show all items, I must click on
the down-arrow sign on the right hand side of the drop down list. The
question is what are the codes to make it expand to show all items
automatically when it is selected?


Thanks,

Benny

Hi Benny,

I have not tested this but...

What you could possibly do is use p/invoke to send a CB_SHOWDROPDOWN
message to the combobox.

Rgds Tim.
 
Tim Jarvis wrote:

Hi Benny,

I have not tested this but...

What you could possibly do is use p/invoke to send a CB_SHOWDROPDOWN
message to the combobox.

Rgds Tim.

Actually Benny, I have just realised that this is a web control you are
talking about, I have no idea if what I suggested will work (in fact I
suspect no)

Sorry.

Rgds Tim.
 
Back
Top