Add Checkbox to ListView

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
* =?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>
 
Back
Top