Listview with checkbox

  • Thread starter Thread starter Ravi Reddi via .NET 247
  • Start date Start date
R

Ravi Reddi via .NET 247

Hi,
I have a listview with checkbox =true.
I want to get only those check boxes are checked. I am developing this application for Pocket PC.
What is the best way I can get the list.

Thanks,
Ravi Reddi
 
have a look at the ListView.CheckedIndexCollection - I believe it only
contains indicies of those items that are checked.
 
have a look at the ListView.CheckedIndexCollection - I believe it only
contains indicies of those items that are checked.

'CheckedIndexCollection' and 'CheckedIndices' are not supported for the .NET
Compact Framework.
 

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