listview
美
英 
例句
You can use this event to perform the tasks necessary to drag items into and out of your application's ListView control.
您可以使用该事件来执行将项拖入或拖出应用程序的ListView控件所必需的任务。
This property enables you to determine the number of columns that are displayed in the ListView when the View property is set to Details.
该属性使您能够确定View属性设置为Details时显示在ListView中的列的数目。
Occurs when a ListView is in virtual mode and the selection state of a range of items has changed.
当ListView处于虚拟模式下且某个范围内的项的选定状态发生更改时发生。
The examples here are for a TreeView control, but the same approach can be used for a ListView control.
虽然这里的示例是关于TreeView控件的,但该方法同样适用于ListView控件。
The ListView control enables you to perform more sophisticated formatting than what you have done in this walkthrough.
通过ListView控件,可以执行比本演练所示更为复杂的格式设置。
This property enables you to determine the number of selected items in the ListView.
此属性使您能够确定ListView中选定的项数。
This event lets you customize the appearance of a ListView control using owner drawing.
此事件使您得以使用所有者描述来自定义ListView控件的外观。
You can also draw all items in the ListView control using only one of the two events, although this may be less convenient.
您还可以仅使用这两个事件中的一个事件绘制ListView控件中的所有元素,尽管这可能不十分方便。
To complete your specification for the ListView control, you must define an ImageList control to be associated with it.
要完成ListView控件的规范,您必须定义要与其相关联的ImageList控件。
Export or Print Text from a List View Co - The Control manages printing and exporting the contents of a ListView in report-mode.
这个控件消息打印和导出报表模式中列表视图的内容。
However, unlike those controls, the ListView control supports edit, insert, and delete operations as well as sorting and paging.
但与这两种控件不同的是,ListView控件不仅支持编辑、插入和删除操作,还支持排序和分页操作。
If the list is not sorted, you can use the Insert method to insert an item into the ListView at a specific position.
如果列表未排序,则可使用Insert方法向ListView中的特定位置插入项。
This method will return -1 if the handle has not been created for a virtual ListView.
如果还没有为虚拟的ListView创建句柄,则此方法将返回-1。
Describes an editor for viewing and changing the list of columns for a Windows Forms ListView control.
描述用于查看和更改Windows窗体ListView控件的列的列表的编辑器。
The specified index is less than 0 or greater than or equal to the number of items in the owner ListView.
指定的索引小于0,或者大于等于所有者ListView中的项数。
To determine whether a ColumnHeader is associated with a ListView control, you can reference the ListView property.
若要确定某个ColumnHeader是否与某ListView控件关联,可以引用ListView属性。
This walkthrough showed you how to add a ListView to a page with a LinqDataSource control to add, modify, and delete tasks from a database.
本演练演示了如何向包含LinqDataSource控件的页面添加ListView,以便在数据库中添加、修改和删除任务。
Gets or sets the space between the ListView control and its contents.
获取或设置ListView控件及其内容之间的间距。
True to indicate the ListView control is laid out from right to left; otherwise, false.
若要指示从右至左布局ListView控件,则为true;否则为false。
If the search results cannot fit a single page of the ListView element, then only the first page of results is displayed.
如果搜索结果超过一个ListView元素页,那么只显示第一页结果。
It also needs to request the data in the appropriate format and, once the data is parsed, use it to fill its ListView with data.
它还需要请求适当格式的数据并且数据一旦解析,就用它来填充其ListView。
In the Configure ListView dialog box, select Enable Editing, Enable Inserting, Enable Deleting, and Enable Paging.
在“配置ListView”对话框中,选择“启用编辑”、“启用插入”、“启用删除”和“启用分页”。
The owner ListView is in virtual mode, and the specified index is less than 0 or greater than or equal to the value of VirtualListSize.
所有者ListView处于虚拟模式下,而指定的索引小于0,或者大于等于VirtualListSize的值。
This method will return 0 if the handle has not been created for the owning ListView.
如果还没有为所有者ListView创建句柄,则此方法将返回0。
You cannot change the ListView. CheckedListViewItemCollection class directly.
您不能直接更改ListView.CheckedListViewItemCollection类。
This binds the ListView to the LinqDataSource control that you configured earlier in the walkthrough.
这会将ListView绑定到本演练前面配置的LinqDataSource控件。
The ListView control is a lightweight control with a grid view.
ListView控件是网格视图的轻量级控件。
It should be placed on a Form, next to a ListView-Control.
它能放置在一个窗体上,可放在一个列表视图控件的后面。
The Threads property is used to enumerate the threads of the process, which are then displayed in another ListView control.
Threads属性用于枚举进程的线程,这些线程然后显示在另外一个ListView控件中。
The Columns property returns a collection containing the ColumnHeader objects that are displayed in the ListView control.
Columns属性返回一个集合,该集合包含ListView控件中显示的ColumnHeader对象。
Sort any type of data in a ListView Cont - Sort any type of data in a ListView without subclassing or API calls. Very low overhead.
在列表视图中不需使用子类化或者API调用就能排序任何类型的数据。具有非常低的开销。
The processes on the current computer are displayed in a ListView control by calling the GetProcesses method.
通过调用GetProcesses方法,当前计算机上的进程将显示在ListView控件中。
Index is less than 0 or greater than or equal to the value of the Count property of the ListView. ColumnHeaderCollection.
index小于0或者大于等于ListView.ColumnHeaderCollection的Count属性的值。
The ListView control can display check boxes next to the items, if the CheckBoxes property is set to true.
如果将CheckBoxes属性设置为true,ListView控件可以显示这些项旁的复选框。
This property is effective only if the LabelEdit property of the ListView control that contains the item is set to true.
此属性只有在包含该项的ListView控件的LabelEdit属性设置为true时才有效。
The ListView control can accept any graphics format that the ImageList control supports when displaying icons.
显示图标时,ListView控件可以接受ImageList控件支持的任何图形格式。
This code puts an UpdatePanel control around the ListView control and the DropDownList control.
此代码会将ListView控件和DropDownList控件放置在UpdatePanel控件内。
Selection data is used to provide information about the selection in list views and form views.
选择数据(SelectionData)用来提供列表视图(ListView)和形态视图(FormView?)中的选项信息。
Returns a string representation of the ListView control.
返回ListView控件的字符串表示形式。
ColumnHeader objects can be added to a ListView using the Add method of the ListView. : : . ColumnHeaderCollection class.
可以使用ListView.::.ColumnHeaderCollection类的Add方法将ColumnHeader对象添加到ListView。