搜索资源列表
ListCtrl
- ListCtrl 重载DrawItem,实现自绘制, 使得listCtrl在失去焦点时,仍显示高亮选中状态。-ListCtrl heavy DrawItem, to achieve self-drawn, making the loss of focus in listCtrl still show highlights selected.
colorlb_demo
- 彩色ListBox,来自http://www.codeguru.com/cpp/controls/listbox/colorlistboxes/article.php/c1611 This CColorListBox class is based on Patrice Godard s colored list box class of the same name, with the following additions: The focus rectangl
CListEdit
- MFC的CListCtrl没有编辑功能。本程序通过在双击的地方覆盖一个编辑框,取选中单元格的内容显示在编辑框里,再在编辑框失去焦点的时候将编辑框的内容覆盖回单元格,从而实现CListCtrl的可编辑功能。-MFC' s CListCtrl without editing. Double-click the program through the local coverage in an edit box, check the contents of selected cells displ
listView
- 超级列表框(listView)失去焦点时仍然保持选中项高亮。-Super list box (listView) loses focus remains selected item highlighted.
ownDrawListview
- 默认的listview在失去焦点后就无法显示当前选的项目了,本人写了个自绘制listview解决这一问题,使用时请将listview的owner draw属性设为true-Default listview loses focus after the currently selected item can not be displayed, I write a self-drawn listview to solve this problem, please use listview owner
CListCtrlCanEdit
- 可编辑的ListCtrl控件,控件项的某列双击后显示编辑框,失去焦点后保存数据。-ListCtrl control editable items in a column controls displayed after double-clicking the edit box loses focus after saving the data.
AdvListBoxUnits
- 增强型ListBox控件,支持行背景和焦点颜色变化,行位置支持图片。-Enhanced ListBox control, and focus support line background color changes, row position to support the picture.