S
Sean
I have just started windows development, and have a really
simple question:
I want to create a 'dropdown' control, with a down arrow
to the right, which when clicked, causes the items in the
control to 'drop down', in a list, which the user can
scroll through. We've all seen them.
I added a ListBox to my form, but when rendered, it is one
item high... there is no 'dropdown', the user scrolls
through the items one at a time.
Is the ListBox the right control too use?
Am I missing some display property of the ListBox?
Hope this is clear.
TIA,
Sean.
simple question:
I want to create a 'dropdown' control, with a down arrow
to the right, which when clicked, causes the items in the
control to 'drop down', in a list, which the user can
scroll through. We've all seen them.
I added a ListBox to my form, but when rendered, it is one
item high... there is no 'dropdown', the user scrolls
through the items one at a time.
Is the ListBox the right control too use?
Am I missing some display property of the ListBox?
Hope this is clear.
TIA,
Sean.