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...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top