Add Checkbox to ListView

G

Guest

How can I assign a checkbox to a listview ? I'm reading data from a foxpro table and one of the fields contains a 1 or 0. I would like for all 1's to show a checked checkbox in the listview. How do I get the checkbox in the listview? Thanks.
 
H

Herfried K. Wagner [MVP]

* =?Utf-8?B?VGVycmFuY2UgLSBhbGwya25vdzIwMDFAeWFob28uY29t?= said:
How can I assign a checkbox to a listview ? I'm reading data from a
foxpro table and one of the fields contains a 1 or 0. I would like for
all 1's to show a checked checkbox in the listview. How do I get the
checkbox in the listview? Thanks.

I think it's easier to use a datagrid instead of the listview:

<URL:http://www.syncfusion.com/FAQ/WinForms/FAQ_c44c.asp#q754q>
 

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