appearance of the scroll bar in a List View control
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I want to change the appearance of the scroll bar in a List View Control. 1.How can I change a scrollbar palette? The following code doesn't work: InitializeFlatSB(hListViewWindow); FlatSB_SetScrollProp(hListViewWindow,WSB_PROP_PALETTE,(int)palette,false); 2. The following code also doesn't do anything: FlatSB_SetScrollProp(hListWindow,WSB_PROP_CYVTHUMB,10,false); 3. Is it possible to make an appearance of the scroll bar in a List View Control based on bitmaps?