搜索资源列表
VirtualListDemo
- 展示了虚拟列表技术在处理超大行行集数据中的应用,包含VirtualGrid,VirtualList View-list of the virtual display technology in super traffic data collection, the application includes VirtualGrid, VirtualList. VirtualListView
move.rar
- 一个CListCtrl的控件。采用虚拟列表技术,支持移动列。保存文件。,A CListCtrl control. Virtual list of technologies in support of the mobile column. Save the file.
virtuallist
- 可以切换listctrl控件的四种显示类型,采用虚拟列表技术,可流畅载入大量数据。-Four listctrl can switch the display type controls, using virtual list technology, for smooth loading large amounts of data.
VirtualListControl_src
- 虚拟列表控件使用起来非常简单。它总共只有三个相关的消息,如果你直接使用CListCtrl,应该在对话框中响应这三个消息。如果你使用CListCtrl派生类,可以在派生类中响应这三个消息的反射消息。这三个消息分别是: (1)LVN_GETDISPINFO 控件请求某个数据 (2)LVN_ODFINDITEM 查找某个数据 (3)LVN_ODCACHEHINT 缓冲某一部分数据(You may have noticed that the standard CListCtrl ge