Small grid control on User Form?

D

Don Wiss

On a User Form I have a small Listbox (6 rows visible). It has MultiSelect
= Multi, Column Count = 2, with the second column hidden. I'd like to add
another visible column with default weights. The user should be able to
optionally edit these weights. So is there a grid control that would allow
me to display both columns, select rows like a Listbox, allow editing of
the second column only, and have hidden columns?

Don <www.donwiss.com> (e-mail link at home page bottom).
 
G

Guest

You can set the width of the listbox display window so that only two columns
show but there will be a horizontal scroll bar automatically displayed which
can be used to display the third column. That is the default design of the
beast.
 

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