文件名称:MFCscrollbar
介绍说明--下载内容均来自于网络,请自行研究使用
C++ MFC 重绘CListCtrl、CTreeCtrl滚动条源码。#define SCROLLBAR_NORMAL_MINIMUM 45 //经验值,当Scrollbar宽度/高度小于这一数值时需要特殊处理,保证与系统的处理方式一致。编译环境:VS2012,VC6.0不能编译。-C++ MFC redraw CListCtrl, CTreeCtrl scrollbar source.# define SCROLLBAR_NORMAL_MINIMUM 45// Experience, require special handling when Scrollbar width/height is less than this value, ensure consistent and systematic approach. Compiler environment: VS2012, VC6.0 not compile.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
MFC 重绘CListCtrl、CTreeCtrl的滚动条\ScrollBar\ReadMe.txt
....................................\.........\res\Hscrolled_arrow_left.bmp
....................................\.........\...\Hscrolled_arrow_right.bmp
....................................\.........\...\Hscrolled_slider_center.bmp
....................................\.........\...\Hscrolled_slider_left.bmp
....................................\.........\...\Hscrolled_slider_middle.bmp
....................................\.........\...\Hscrolled_slider_right.bmp
....................................\.........\...\Hscrolled_trough.bmp
....................................\.........\...\ScrollBar.ico
....................................\.........\...\ScrollBar.rc2
....................................\.........\...\Vscrolled_arrow_down.bmp
....................................\.........\...\Vscrolled_arrow_up_over.bmp
....................................\.........\...\Vscrolled_slider_bottom.bmp
....................................\.........\...\Vscrolled_slider_center.bmp
....................................\.........\...\Vscrolled_slider_middle.bmp
....................................\.........\...\Vscrolled_slider_top.bmp
....................................\.........\...\Vscrolled_trough.bmp
....................................\.........\resource.h
....................................\.........\ScrollBar.cpp
....................................\.........\ScrollBar.h
....................................\.........\ScrollBar.rc
....................................\.........\ScrollBar.vcproj
....................................\.........\ScrollBar.vcproj.KDCRD.wukang.user
....................................\.........\ScrollBarDlg.cpp
....................................\.........\ScrollBarDlg.h
....................................\.........\ScrollBarEx.cpp
....................................\.........\ScrollBarEx.h
....................................\.........\ScrollBarList.cpp
....................................\.........\ScrollBarList.h
....................................\.........\ScrollBarTree.cpp
....................................\.........\ScrollBarTree.h
....................................\.........\stdafx.cpp
....................................\.........\stdafx.h
....................................\.........\targetver.h
....................................\ScrollBarEx.cpp
....................................\ScrollBarEx.h
....................................\.........\res
....................................\ScrollBar
MFC 重绘CListCtrl、CTreeCtrl的滚动条