Small grid control on User Form?

  • Thread starter Thread starter Don Wiss
  • Start date Start date
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).
 
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.
 
Back
Top