CListView
-
Can anbody point me to a good article or resource for CListView and Owner or Custom Draw? What I am trying to do is capture the point were the list view draws its "highlighted" section so I can redraw it my way.. I don't want to fill the background.. just draw a colored border around the item.. I figured there would be a event for these seeings how the control has a GetItemRect() function and I don't really see any other purpose you would need the Items Rect. C# a poor attempt at bringing C++ to the VB masses
-
Can anbody point me to a good article or resource for CListView and Owner or Custom Draw? What I am trying to do is capture the point were the list view draws its "highlighted" section so I can redraw it my way.. I don't want to fill the background.. just draw a colored border around the item.. I figured there would be a event for these seeings how the control has a GetItemRect() function and I don't really see any other purpose you would need the Items Rect. C# a poor attempt at bringing C++ to the VB masses
There are very good articles here in CP. Just look in the Controls section.