|
-
April 1st, 1999, 07:55 AM
#1
ListCtrl
I want to set an image in the 3rd and 5th columns of my list control, however if I use the small image list the icon appears next to the 1st entry and not the one I want. Can anyone suggest what to do here.
-
January 18th, 2000, 12:20 AM
#2
Re: ListCtrl
Hi Trevor,
You could overcome your problem by using CListCtrl::SetItem member function to set the individual item's properties, rather than using CListCtrl::SetImageList.
Good Luck
-
January 18th, 2000, 04:26 AM
#3
Re: ListCtrl
... and you've set the style LVS_EX_SUBITEMIMAGES and your COMCTRL32 version is >= 4.7?
Then you should be able to set the item images in other columns via SetItem.
HTH, Jens
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
|