List View property

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

Guest

I have alist view with more than one colloms and I don't want to select all the
row I want to select the data in each colom .
How to do that
 
Hi,
I have alist view with more than one colloms and I don't want to
select all the row I want to select the data in each colom .
How to do that

It is not possible, since the ListView is _not_ a DataGrid. The kind of view
you use only shows additional information about the object in the first row.
Use a DataGrid instead.

Regards,

Frank Eller
www.frankeller.de
 

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

Back
Top