listbox multiline selection?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi,

i try to organize some db fields in a listbox. e.g. one datarow consists of
'id', 'name', 'street' and 'location' fields. now I want to add these 'items'
in my listbox.
id and name in line one, street and location in line 2. no problem yet.

now it would be great if a method could handle these two lines as ONE item.

is it somehow possible to group 2 lines? or to disable single lines?

thanks in advance.
 
look at the ListView or TreeView controls to achieve heirarchical
presentation and
association for selection.

Darren Shaffer
Principal Architect
Connected Innovation
 
Also consider the OpenNETCF ListBoxEx class - it's a custom-drawn listbox
that allows two lines per item
 
Back
Top