搜索资源列表
GridList.zip
- 可以编辑SubItems并且可以多行编辑的ListView
multisort_listview.zip
- 同时多行排序的ListView
如何创建CListCtrl控件的多行标题
- 该代码例子提供如何创建CListCtrl控件的多行标题。-The code examples for how to create more CListCtrl Control trip heading.
MultilineListControl_demo
- 多行ListCtrl控件实例,对显示比较长内容时可以固定宽度内显示完整内容,值得研究!-multiple lines ListCtrl Control example, to show relatively long content can be fixed width demonstrate integrity as worthy of study.
ToolTipListBoxDemo
- 该工程实现了可以显示多行内容的ToolTip的ListBox,继承CWnd实现了一个自定义的ToolTip类,再继承CListBox实现了一个自定义的ListBox类-realization of the project can show the contents of multiple lines ToolTip the ListBox, Inheritance CWnd implementation of a custom ToolTip category, CListBox success
YlTest
- eVC ++ 下多行列表的使用实例,一个很好的自画列表控件.
MultilineListDemo
- 另一个自画的多行LIST控件,可以很好的移植到WINCE上的EVC++开发用的多行列表
CAWO6OEP
- 这是一个从CListCtrl派生的类,使你可以方便地在你的列表控件中加入Drag&Drop支持可以支持单行和多行快试一试吧-CListCtrl derived from the class, so you can conveniently in your Control List support adding DragDrop can support single and multiple test it fast
MyMultilineListControl
- 本程序提供了一个可以多列显示的List控件。该控件的每个单元格都可以显示多行文本。输入内容中嵌入 \\n 字符就可以实现换行。并且控件能根据输入的内容自动调整行高度。
Multilines_demo
- 多行显示,clistctrl类的继承类,可以参考学习。
list_add_delete
- 1. 在建立的对话框工程中加入列表控件,该控件以report的模式显示。2. 在列表控件中插入多行数据,删除多行数据。3. 在列表控件中选中某一行,显示选中的行数和该行中每一列的值。4. 双击列表控件中的某一行,显示选中的行数。-1. The establishment of a dialog box listing engineering controls, the controls to report the models suggest. 2. The list of controls t
listtooltip
- 实现了listctrl控件的tooltip功能,并支持鼠标点击和移动的多行显示-Achieved listctrl control tooltip functionality, and support for the mouse clicks and movement of multi-line display
nirs2000_demo
- 在MFC中实现多行显示的ListCtrl控件-In MFC to achieve multi-line display control ListCtrl
GridList
- 可以编辑SubItems并且可以多行编辑的ListView-The listview which can edit subitems and can edit multiple lines
multisort_listview
- 同时多行排序的ListView -The listview which can sort multiple lines immediately
CJBListBox
- 一种支持多行显示的并且可以改变背景颜色的不错的一个控件-A support for multi-line display and can change the background color of a good control
GenericMFC
- 1, 扩展的ListBox控件, 能显示图标和多行文本 2, XP风格的Button控件 -1, extended ListBox control can display icons and many lines of text 2, XP-style Button Control
listviewundoc_src
- 实现带图标的listbox,文字一行显示不下的时候可以多行显示,并且可以将某一项设置为灰,既不响应鼠标。-To achieve with the icon of the listbox, the text shows that no less than the time line can be multi-line display and can be set to a gray, not in response to the mouse.
ResizableListBox_Src
- 实现图片和文本换行的listbox代码。 每个item中可包含icon图标和多行文字。-Each list box item can be enabled or disabled, can have a icon on the left and its text can be multi-line. Even if almost the same visual effects can be obtained using a standard CListCtrl control, ther
MultilineListControl
- 多行列表控件,可改变每行的高度,且每行的高度可以不同。-provides a custom control which displays a multi-column list of items, with support for multi-line text in individual cells.