Hello,
In Compact Framework 2.0, the class ListviewSubItem does not exist Tag property.
Is there any solution?
Thanks
Printable View
Hello,
In Compact Framework 2.0, the class ListviewSubItem does not exist Tag property.
Is there any solution?
Thanks
1. Inherit the class, add a Tag property, add instances of your own class to your items instead of regular ListViewSubItem objects.
2. Create a Dictionary(Of ListViewSubItem, Object) and store the data separately to the subitems themselves.