搜索资源列表
SynchronizedScrollViewers
- Scroll Synchronization Imagine you have two ListBoxes with lots of items. Whenever a user scrolls in one of the two ListBoxes, the other one should be updated, too. What we want to do in this article is to create a simple attached property that all
vsflexgrid
- VB的一个表格控件,VSFLEXGRID,处理数据相当的快,文档包含了这个控件注册方法和控件的下载地址,很好的工具-a visual basic control,it s a good tool to deal with lots of data in a high efficency
VirtualListControl_src
- 虚拟列表控件使用起来非常简单。它总共只有三个相关的消息,如果你直接使用CListCtrl,应该在对话框中响应这三个消息。如果你使用CListCtrl派生类,可以在派生类中响应这三个消息的反射消息。这三个消息分别是: (1)LVN_GETDISPINFO 控件请求某个数据 (2)LVN_ODFINDITEM 查找某个数据 (3)LVN_ODCACHEHINT 缓冲某一部分数据(You may have noticed that the standard CListCtrl ge