G
Guest
I'm using a library that allows me to draw icons on a map. These icons
correspond to an item in a listview, that is on a separate tab. When you
click on one of the icons, I need to be able to make it appear that the
corresponding row in the listview is also selected (even though it won't
actually be selected). I was able to do it in the Full Framework by using
listview.selecteditems.clear() and then simply repainting the background and
foreground of the correct row. However, that option is not available in the
CF.
Does anyone have any suggestions on how to imitate such an action in CF??
Thanks
-G
correspond to an item in a listview, that is on a separate tab. When you
click on one of the icons, I need to be able to make it appear that the
corresponding row in the listview is also selected (even though it won't
actually be selected). I was able to do it in the Full Framework by using
listview.selecteditems.clear() and then simply repainting the background and
foreground of the correct row. However, that option is not available in the
CF.
Does anyone have any suggestions on how to imitate such an action in CF??
Thanks
-G