ListView GetItemData and SetItemData

  • Thread starter Thread starter PL
  • Start date Start date
P

PL

Hi all,

What is the equivalent to C++ ListView methods GetItemData and SetItemData
in the C# ListView component?

Regards,

PL
 
Ok, I find it. I will use the Tag property of ListView.Items[...]. We can
assigned an object to this property...
 
Back
Top