"Drop down" effect missing from Listbox

K

Kyle Blaney

I am using a Listbox and can not get the "drop down" effect. My
listbox is populated with 20 items and a vertical scrollbar is
automatically added. One item is visible. When I click on the
vertical scrollbar I can still only see one item at a time. The
effect I want is as follows:

The Listbox only displays one item until the user clicks on the
right-hand side. When the user clicks on the right-hand side, the
list "drops down" to make all items visible.

Can I do that with a Listbox or should I use a different type of
control?

Kyle Blaney
(reply to this group and/or kblaney___AT___sympatico.ca)
 
B

Bill Styles

Kyle Blaney said:
I am using a Listbox and can not get the "drop down" effect. My
listbox is populated with 20 items and a vertical scrollbar is
automatically added. One item is visible. When I click on the
vertical scrollbar I can still only see one item at a time. The
effect I want is as follows:

The Listbox only displays one item until the user clicks on the
right-hand side. When the user clicks on the right-hand side, the
list "drops down" to make all items visible.

Can I do that with a Listbox or should I use a different type of
control?

It sounds to me like you are describing a ComboBox
 

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

Top