搜索资源列表
LiveGrid
- 拖动滚动条分批加载行数据(对大数据量比较合适),是分页之外的另一种选择。类似dojo的turboGrid方式 -Drag the scroll bar to load rows of data in batches (for large amounts of data more appropriate), is a page other than another option. Similar to the dojo' s turboGrid way
CSListView_src
- ListView 控件最重要的属性是 Items 属性,它包含了控件所有的存在的项。SelectedItems 属性是控件当前选定项的集合,同时和它关联的 SelectedIndices 属性是控件中选定项的索引集合,如下示例所示,我们分别在SelectedItems 属性和SelectedIndices 属性中获取所选项索引,窗体上拖放了ListView控件和一个Button 控件,且已经往ListView控件中添加了若干列和行-ListView control is the most imp