Virtual ListView with Checkboxes. Is it possible?

C

Carl Johansson

I have a virtual ListView (VirtualMode set to true). To make it more
convenient for the users of the ListView to select its items, I've set the
ListView's CheckBoxes property to true. However, in virtual mode no
checkboxes appear. That is, when the View style is set to Details the text
labels are indented to make room for checkboxes, but no checkboxes are
displayed. Am I missing something?

I think this ought to be as straight forward as it is to select multiple
items in the ListView and access those items through the SelectedIndices
property of the ListView. Of course, the checked checkboxes would be
accessed through the CheckedIndices property.

So, to sum up; what I would like to know is whether checkboxes are supported
by a virtual ListView, and if so, what could be the reason I can't get it to
work?

Regards Carl Johansson
 

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