|
-
September 14th, 2002, 02:10 PM
#2
I believe that in a ListView control you can only edit the label of the ListViewItem (the first column) but not the ListViewSubItems.
This is true for the SysListView32 control which has been heavily used in C++.
If you want to edit the content of every column you should consider to use the DataGrid control. There is no need to bind it to database - you can create a standalone DataTable and fill it with your data.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|