CListCtrl scrollbar! Help!
-
Hi, I am trying to modify the CListCtrl to match the visual design of the rest of my application. This means I need to change the look and feel of the CListCtrl. I have successfully subclassed the CHeaderCtrl and made the column headers bitmaps using custom draw instead of that ugly grey button style. Now I want to change the look of the scrollbars. Does anyone have an example of how to custom draw scrollbars in a CListCtrl? Either change the color, or replace them with bitmaps or anything. I don't care if I have to owner draw it or custom draw it or use windows hooks. Does anyone have any sample code on how to do this or any insight on how I might go about doing thing? Thanks in advance! Greg
-
Hi, I am trying to modify the CListCtrl to match the visual design of the rest of my application. This means I need to change the look and feel of the CListCtrl. I have successfully subclassed the CHeaderCtrl and made the column headers bitmaps using custom draw instead of that ugly grey button style. Now I want to change the look of the scrollbars. Does anyone have an example of how to custom draw scrollbars in a CListCtrl? Either change the color, or replace them with bitmaps or anything. I don't care if I have to owner draw it or custom draw it or use windows hooks. Does anyone have any sample code on how to do this or any insight on how I might go about doing thing? Thanks in advance! Greg
This may help: http://www.codeproject.com/dialog/coolscroll.asp[^] Chris Richardson
Terrain Software