ListView

  • Thread starter Thread starter Mythran
  • Start date Start date
M

Mythran

Quick question, I don't have the time to dig in and look for the answer so
quick post should hopefully do the trick, if y'all don't mind :)

In a ListView...I can set it so the first column of the selected row can be
edited...anyway I can get the rest to be in edit-mode? Not all at once, or
maybe all at once...but either way would be nice :)

Thanks,
Mythran
 
Hello,

Currently there is no embedded way of editing Sub Items in common list view.

Try using DataGridView for this purposes of editing values in any type of
datasource( Class, Dataset etc. ).

Refer to MSDN for further information.

- Moty -
 
Back
Top