Edit C# ListView SubItems

  • Thread starter Thread starter Jason Huang
  • Start date Start date
J

Jason Huang

Hi,

In my C# windows form project, I have a ListView mylvw.
I set the property LabelEdit to true, and I can edit the Item in the mylvw.
But what I want to do is not just edit the ListView Item, but also the
SubItems.
Would somene give me some advice?
Thanks for help.


Jason
 
Back
Top