Any way to make listbox border draggable to expand it.

M

mscertified

Is there any way I can set up a listbox so I can drag the bottom border down
to expand the size of the listbox? I suppose I could set up a couple of
comand buttons which when clicked dynamically increase/decrease the height
property, but it would be nice to be able to drag the border.
 
G

Granny Spitz via AccessMonster.com

mscertified said:
Is there any way I can set up a listbox so I can drag the bottom border down
to expand the size of the listbox?

You can only grab the handles of the list box for dragging while in design
view. It's not a good idea to let the users go into design view.
 
Top