Bitmap in ListView control
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
How can I set a bitmap on List View Control's background. And I need to make it the way that when the user scrolls the list, bimap must stay on it's place and doesn't scroll with the list.
Handle the WM_ERASEBKGND message. Of course, you have to implement all bitmap painting manually, there's no magic 'SetBackgroundBitmap' call :) Tomasz Sowinski -- http://www.shooltz.com.pl