|
-
Jan 30th, 2008, 02:45 PM
#1
Thread Starter
Lively Member
ListviewSubItem Tag property
Hello,
In Compact Framework 2.0, the class ListviewSubItem does not exist Tag property.
Is there any solution?
Thanks
-
Feb 1st, 2008, 08:31 PM
#2
Re: ListviewSubItem Tag property
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|