WishYou
October 7th, 2002, 03:20 AM
I am currently developing a file-explorer like application, with a TreeView on the left side, a ListView on the right side and a preview pane in the bottom.
Originally the app was developed with VS 6.0 but now I'm porting to and reworking in .Net
But I cant get the list view to work properly. I set imagelist icons for the items but when I select an item the icon disappear, no trace of it. It seems that the background is shining through when the icon is disappearing. When the item is unselected, the icon returns.
Does anyone know whats going on here? Is it a bug in MFC7.0? Do I need to specifically set the selected image, like in the tree control? Can't find any documentation of this in MSDN...
I'm lost...
Thanx...
WishYou
Originally the app was developed with VS 6.0 but now I'm porting to and reworking in .Net
But I cant get the list view to work properly. I set imagelist icons for the items but when I select an item the icon disappear, no trace of it. It seems that the background is shining through when the icon is disappearing. When the item is unselected, the icon returns.
Does anyone know whats going on here? Is it a bug in MFC7.0? Do I need to specifically set the selected image, like in the tree control? Can't find any documentation of this in MSDN...
I'm lost...
Thanx...
WishYou