PDA

Click to See Complete Forum and Search --> : ListviewSubItem Tag property


Korku
Jan 30th, 2008, 01:45 PM
Hello,

In Compact Framework 2.0, the class ListviewSubItem does not exist Tag property.

Is there any solution?

Thanks

jmcilhinney
Feb 1st, 2008, 07:31 PM
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.