网站首页  词典首页

请输入您要查询的英文单词:

 

单词 listview
释义

listview

  • 网络列表;列表视图;列表控件
1.
列表
摘要: 列表(ListView)、表格(GridView),这在手机应用上面肯定是少不了的,怎样实现比较复杂一点的界面呢,先看一下我的效 …
game-over.cnblogs.com
2.
列表视图
Android layout属性大全 - 3H - 博客园 ... Include( 包括): ListView( 列表视图): MediaController( 媒体控制器): ...
www.cnblogs.com
3.
列表控件
列表控件ListView)是Android应用程序中常用的数据显示方式,列表中的数据以及样式取决于适配器,可以说有什么样的适 …
weike.enetedu.com
4.
列表视图控件
列表视图控件(listview)不同列显示不同的颜色#c语言也能干大事系列 你可能也喜欢 创建的风格为:hList = CreateWindowEx(N…
hi.baidu.com
5.
列表查看
列表查看(ListView)控件中使用焦点跟踪,当前焦点会被选中(鼠标光标移动到一个项目上,将会自动赋予焦点并选中) $LVS_EX_…
www.autoitx.com
6.
数据绑定控件
... 数据绑定控件(DetailsView) 8.7 数据绑定控件ListView) 8.8 数据绑定控件(DataPager) 8.9 小结 第9 章 ASP.NET 操 …
www.docin.com
7.
普通列表控件
... 5.7.4 RatingBar( 评分控件) 143 5.8.1 ListView( 普通列表控件) 145 5.8.6 ExpandableListView( 可扩展的列表控件) 155 ...
baike.baidu.com

例句

释义:
1.
You can use this event to perform the tasks necessary to drag items into and out of your application's ListView control.
您可以使用该事件来执行将项拖入或拖出应用程序的ListView控件所必需的任务。
msdn2.microsoft.com
2.
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中的列的数目。
msdn2.microsoft.com
3.
Occurs when a ListView is in virtual mode and the selection state of a range of items has changed.
当ListView处于虚拟模式下且某个范围内的项的选定状态发生更改时发生。
msdn2.microsoft.com
4.
The examples here are for a TreeView control, but the same approach can be used for a ListView control.
虽然这里的示例是关于TreeView控件的,但该方法同样适用于ListView控件。
msdn2.microsoft.com
5.
The ListView control enables you to perform more sophisticated formatting than what you have done in this walkthrough.
通过ListView控件,可以执行比本演练所示更为复杂的格式设置。
msdn2.microsoft.com
6.
This property enables you to determine the number of selected items in the ListView.
此属性使您能够确定ListView中选定的项数。
msdn2.microsoft.com
7.
This event lets you customize the appearance of a ListView control using owner drawing.
此事件使您得以使用所有者描述来自定义ListView控件的外观。
msdn2.microsoft.com
8.
You can also draw all items in the ListView control using only one of the two events, although this may be less convenient.
您还可以仅使用这两个事件中的一个事件绘制ListView控件中的所有元素,尽管这可能不十分方便。
msdn2.microsoft.com
9.
To complete your specification for the ListView control, you must define an ImageList control to be associated with it.
要完成ListView控件的规范,您必须定义要与其相关联的ImageList控件。
msdn2.microsoft.com
10.
Export or Print Text from a List View Co - The Control manages printing and exporting the contents of a ListView in report-mode.
这个控件消息打印和导出报表模式中列表视图的内容。
osl.bsw.net.cn
1.
However, unlike those controls, the ListView control supports edit, insert, and delete operations as well as sorting and paging.
但与这两种控件不同的是,ListView控件不仅支持编辑、插入和删除操作,还支持排序和分页操作。
msdn2.microsoft.com
2.
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中的特定位置插入项。
msdn2.microsoft.com
3.
This method will return -1 if the handle has not been created for a virtual ListView.
如果还没有为虚拟的ListView创建句柄,则此方法将返回-1。
msdn2.microsoft.com
4.
Describes an editor for viewing and changing the list of columns for a Windows Forms ListView control.
描述用于查看和更改Windows窗体ListView控件的列的列表的编辑器。
msdn2.microsoft.com
5.
The specified index is less than 0 or greater than or equal to the number of items in the owner ListView.
指定的索引小于0,或者大于等于所有者ListView中的项数。
msdn2.microsoft.com
6.
To determine whether a ColumnHeader is associated with a ListView control, you can reference the ListView property.
若要确定某个ColumnHeader是否与某ListView控件关联,可以引用ListView属性。
msdn2.microsoft.com
7.
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,以便在数据库中添加、修改和删除任务。
msdn2.microsoft.com
8.
Gets or sets the space between the ListView control and its contents.
获取或设置ListView控件及其内容之间的间距。
msdn2.microsoft.com
9.
True to indicate the ListView control is laid out from right to left; otherwise, false.
若要指示从右至左布局ListView控件,则为true;否则为false。
msdn2.microsoft.com
10.
If the search results cannot fit a single page of the ListView element, then only the first page of results is displayed.
如果搜索结果超过一个ListView元素页,那么只显示第一页结果。
msdn2.microsoft.com
1.
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。
www.ibm.com
2.
In the Configure ListView dialog box, select Enable Editing, Enable Inserting, Enable Deleting, and Enable Paging.
在“配置ListView”对话框中,选择“启用编辑”、“启用插入”、“启用删除”和“启用分页”。
msdn2.microsoft.com
3.
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的值。
msdn2.microsoft.com
4.
This method will return 0 if the handle has not been created for the owning ListView.
如果还没有为所有者ListView创建句柄,则此方法将返回0。
msdn2.microsoft.com
5.
You cannot change the ListView. CheckedListViewItemCollection class directly.
您不能直接更改ListView.CheckedListViewItemCollection类。
msdn2.microsoft.com
6.
This binds the ListView to the LinqDataSource control that you configured earlier in the walkthrough.
这会将ListView绑定到本演练前面配置的LinqDataSource控件。
msdn2.microsoft.com
7.
The ListView control is a lightweight control with a grid view.
ListView控件是网格视图的轻量级控件。
www.ibm.com
8.
It should be placed on a Form, next to a ListView-Control.
它能放置在一个窗体上,可放在一个列表视图控件的后面。
opensource.gdsp.net
9.
The Threads property is used to enumerate the threads of the process, which are then displayed in another ListView control.
Threads属性用于枚举进程的线程,这些线程然后显示在另外一个ListView控件中。
msdn2.microsoft.com
10.
The Columns property returns a collection containing the ColumnHeader objects that are displayed in the ListView control.
Columns属性返回一个集合,该集合包含ListView控件中显示的ColumnHeader对象。
msdn2.microsoft.com
1.
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调用就能排序任何类型的数据。具有非常低的开销。
dictsearch.appspot.com
2.
The processes on the current computer are displayed in a ListView control by calling the GetProcesses method.
通过调用GetProcesses方法,当前计算机上的进程将显示在ListView控件中。
msdn2.microsoft.com
3.
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属性的值。
msdn2.microsoft.com
4.
The ListView control can display check boxes next to the items, if the CheckBoxes property is set to true.
如果将CheckBoxes属性设置为true,ListView控件可以显示这些项旁的复选框。
msdn2.microsoft.com
5.
This property is effective only if the LabelEdit property of the ListView control that contains the item is set to true.
此属性只有在包含该项的ListView控件的LabelEdit属性设置为true时才有效。
msdn2.microsoft.com
6.
The ListView control can accept any graphics format that the ImageList control supports when displaying icons.
显示图标时,ListView控件可以接受ImageList控件支持的任何图形格式。
msdn2.microsoft.com
7.
This code puts an UpdatePanel control around the ListView control and the DropDownList control.
此代码会将ListView控件和DropDownList控件放置在UpdatePanel控件内。
msdn2.microsoft.com
8.
Selection data is used to provide information about the selection in list views and form views.
选择数据(SelectionData)用来提供列表视图(ListView)和形态视图(FormView?)中的选项信息。
svn.net.henu.edu.cn
9.
Returns a string representation of the ListView control.
返回ListView控件的字符串表示形式。
msdn2.microsoft.com
10.
ColumnHeader objects can be added to a ListView using the Add method of the ListView. : : . ColumnHeaderCollection class.
可以使用ListView.::.ColumnHeaderCollection类的Add方法将ColumnHeader对象添加到ListView。
msdn2.microsoft.com
1.
Explains the process of adding an removing an item to a Windows Forms ListView control.
解释将项添加到Windows窗体ListView控件或从中移除的过程。
msdn2.microsoft.com
2.
To explore other possible scenarios with the ListView control, see ListView Web Server Control Overview.
有关ListView的其他可用方案,请参见ListViewWeb服务器控件概述。
msdn2.microsoft.com
3.
A ListView. : : . ColumnHeaderCollection that represents the column headers that appear when the View property is set to Details.
ListView.::.ColumnHeaderCollection,表示当View属性设置为Details时显示的列标题。
msdn2.microsoft.com
4.
Changes to the ListView control will not require a full postback.
更改ListView控件将不需要完全回发。
msdn2.microsoft.com
5.
You can create a derived node in a Windows Forms TreeView control or a derived item in a ListView control.
可以在Windows窗体TreeView控件中创建派生节点,或在ListView控件中创建派生项。
msdn2.microsoft.com
6.
Provides a two-line ListView custom control, including WYSIWYG design-time.
提供一个双行ListView自定义控件,包括WYSIWYG设计时。
msdn2.microsoft.com
7.
The ListView control is useful for displaying data in any repeating structure, similar to the DataList and Repeater controls.
ListView控件对于显示重复结构中的数据很有用,它类似于DataList和Repeater控件。
msdn2.microsoft.com
8.
The ClearParameters method removes the parameters from the ListView control in the ParameterEditorUserControl object.
ClearParameters方法将从ParameterEditorUserControl对象的ListView控件中移除参数。
msdn2.microsoft.com
9.
The ListView control lets users sort, page, delete, edit, and insert records.
通过ListView控件,用户可以对记录进行排序、分页、删除、编辑和插入操作。
msdn2.microsoft.com
10.
ColumnHeader objects define the columns that are displayed in the ListView control when the View property is set to Details.
ColumnHeader对象定义当View属性设置为Details时显示在ListView控件中的列。
msdn2.microsoft.com
1.
Change the Task List presentation to Icon view or List view (ListView property).
将“任务列表”显示方式更改为“图标”视图或“列表”视图(ListView属性)。
msdn2.microsoft.com
2.
Select the ListView control on your form.
选择窗体上的ListView控件。
msdn2.microsoft.com
3.
The LabelEdit property of the associated ListView is not set to true.
相关联的ListView的LabelEdit属性没有设置为true。
msdn2.microsoft.com
4.
In the following procedure, you will display data in a ListView control, which gets its data from the SqlDataSource control.
在下面的过程中,将在ListView控件中显示数据,该控件从SqlDataSource控件获取其数据。
msdn2.microsoft.com
5.
When adding items to a ListView, it is more efficient to sort the items first and then add new items.
向ListView添加项时,如果先对项进行排序,然后添加新项,则效率更高。
msdn2.microsoft.com
6.
You can use this version of the Add method to create a new ListViewItem to add to the ListView control.
可以使用此版本的Add方法创建一个要添加到ListView控件中的新ListViewItem。
msdn2.microsoft.com
7.
You can determine whether the ListView has an associated handle by using the Control. IsHandleCreated property.
可以通过使用Control.IsHandleCreated属性来确定ListView是否有一个关联的句柄。
msdn2.microsoft.com
8.
Displays a single column header in a ListView control.
在ListView控件中显示一个列标题。
msdn2.microsoft.com
9.
Then the ClearParameters refreshes the ListView control and raises the ParametersChanged event.
然后,ClearParameters刷新ListView控件并引发ParametersChanged事件。
msdn2.microsoft.com
10.
The example uses the following properties in creating the ListView control.
在创建ListView控件的过程中,该示例使用下列属性。
msdn2.microsoft.com
1.
In this section, you create a ListView user interface element that resides in the existing frmMain form.
在本部分中,您要创建一个驻留在现有frmMain窗体中的ListView用户界面元素。
msdn2.microsoft.com
2.
Before proceeding, you can test the ListView control.
在继续之前,可以测试ListView控件。
msdn2.microsoft.com
3.
Each column is used to display subitem information for each item in the ListView.
各列用于显示ListView中的各项的子项信息。
msdn2.microsoft.com
4.
For this example, you will put the ListView inside an UpdatePanel control.
在此示例中,您要将ListView放置在UpdatePanel控件中。
msdn2.microsoft.com
5.
Typically, the ListView. LargeImageList and ListView. SmallImageList properties use the same index positions to display related images.
通常,ListView.LargeImageList和ListView.SmallImageList属性使用相同的索引位置显示相关图像。
msdn2.microsoft.com
6.
The new usage is more explicit, and it's more obvious what's your markup and what's being substituted in by the ListView.
新的用法更加直接,而且这种用法使得ListView中被标记的内容和被替代的内容一目了然。
www.infoq.com
7.
Mainly for in-depth application ListView!
主要是对ListView的深入应用!
nulung.com
8.
On platforms that precede Windows XP, the ListView will appear in LargeIcon view.
在比WindowsXP早的平台上,ListView将显示在LargeIcon视图中。
msdn2.microsoft.com
9.
Occurs when a ListView is drawn and the OwnerDraw property is set to true.
在绘制ListView并且OwnerDraw属性设置为true时发生。
msdn2.microsoft.com
10.
The wizard creates the templates for the ListView control, based on the columns in the query.
向导根据查询中的列,为ListView控件创建模板。
msdn2.microsoft.com
1.
Demonstrates how to programmatically select an item in a Windows Forms ListView control.
演示如何用编程方式在Windows窗体ListView控件中选择项。
msdn2.microsoft.com
2.
This walkthrough has shown you the basic steps for using a ListView control to display and edit data records by using a custom layout.
此演练演示了使用ListView控件用自定义布局显示和编辑数据记录的基本步骤。
msdn2.microsoft.com
3.
Occurs when the details view of a ListView is drawn and the OwnerDraw property is set to true.
当绘制ListView的详细信息视图并且OwnerDraw属性设置为true时发生。
msdn2.microsoft.com
4.
You will add a ListView control that shows all the tasks.
首先,您要添加一个ListView控件来演示所有这些任务。
msdn2.microsoft.com
5.
You will then add a DropDownList control to filter the data that appears in the ListView control.
接着要添加一个DropDownList控件,以筛选ListView控件中显示的数据。
msdn2.microsoft.com
6.
Using the ListView control to display data from a database.
使用ListView控件显示数据库的数据。
msdn2.microsoft.com
7.
If you've written any code using the pre-release ASP. NET ListView, you'll need to upgrade your markup.
如果您使用先前发布的ASP.NETListView写过任何代码,您需要升级您的标签。
www.infoq.com
8.
For details, see How to: Add Columns to the Windows Forms ListView Control.
有关详细信息,请参见如何:向Windows窗体ListView控件中添加列。
msdn2.microsoft.com
9.
Listing 19 shows how to perform a SELECT ALL and how to bind the data to the main screen ListView.
清单19展示了如何执行SELECTALL以及如何将数据绑定到主屏幕ListView。
www.ibm.com
10.
You can now test the ListView control.
现在即可测试ListView控件。
msdn2.microsoft.com
1.
The DrawItem event can occur for each ListView item.
DrawItem事件可以针对每个ListView项发生。
msdn2.microsoft.com
2.
You might decide to display such information by using a WebView or by using a ListView as in this SampleApp (see Figure 6).
您可能决定通过使用WebView或者跟本SampleApp(参见图6)中一样使用ListView显示这样的信息。
www.ibm.com
3.
To change the alignment of items in the ListView control, use the Alignment property.
要更改ListView控件中项的对齐方式,请使用Alignment属性。
msdn2.microsoft.com
4.
The AutoArrange property only arranges items in the ListView control when the View property is set to LargeIcon or SmallIcon.
只有当View属性设置为LargeIcon或SmallIcon时,AutoArrange属性才排列ListView控件中的项。
msdn2.microsoft.com
5.
Listing 3 shows the XML UI declarations for each row in your ListView.
清单3展示了ListView中每一行的XMLUI声明。
www.ibm.com
6.
Figure 5 provides an example of the ListView control.
图5就是ListView控件的例子。
www.ibm.com
7.
This walkthrough shows you how to display and update data by using the ListView control.
本演练演示如何使用ListView控件显示和更新日期。
msdn2.microsoft.com
8.
On the Common ListView Tasks menu, in the Current View list, select a view to edit the LayoutTemplate template, such as ItemTemplate.
在“常规ListView任务”菜单上的“当前视图”列表中,选择一个视图来编辑LayoutTemplate模板(如“ItemTemplate”)。
msdn2.microsoft.com
9.
For example, background images may not appear for controls like ListView.
例如,ListView等控件的背景图像可能无法显示。
msdn2.microsoft.com
10.
You will add a ListView control to display data from a SQL Server database.
首先,您要添加一个ListView控件来显示SQLServer数据库中的数据。
msdn2.microsoft.com
1.
When a Visual Basic 6. 0 Project is upgraded to Visual Basic 2005, any ListView controls are upgraded to Windows Forms ListView controls.
当VisualBasic6.0项目升级到VisualBasic2005时,任何ListView控件都升级为Windows窗体ListView控件。
msdn2.microsoft.com
2.
In the ListView Tasks menu, in the Choose Data Source list, select LinqDataSource1.
在“ListView任务”菜单的“选择数据源”列表中,选择LinqDataSource1。
msdn2.microsoft.com
3.
calculate column totals for a list view - this demo application shows you how to calculate totals for listview control columns
这个演示程序向你展示了如何计算列表预览控件栏的总数。
www.ichacha.net
4.
Code Changes for Determining All Selected Items in a ListView Control
确定ListView控件中所有选定项的代码更改
msdn2.microsoft.com
5.
Code Changes for Determining the Selected Item in a ListView Control
确定ListView控件中选定项的代码更改
msdn2.microsoft.com
6.
Walkthrough: Creating an Explorer Style Interface with the ListView and TreeView Controls Using the Designer
演练:使用设计器创建带有ListView和TreeView控件的资源管理器样式的界面
msdn2.microsoft.com
7.
The Application of TreeView Control and ListView Control in Software Interface
树型和列表控件在软件界面中的应用
www.ilib.cn
8.
Get The Number Of Items Selected In A ListView Control
获得列表框选择项的个数
vb.popocy.com
9.
Walkthrough: Displaying, Paging, and Sorting Data Using the ListView Web Server Control
演练:使用ListViewWeb服务器控件对数据进行显示、分页和排序
msdn2.microsoft.com
10.
How to: Add Custom Information to a TreeView or ListView Control (Windows Forms)
如何:向TreeView或ListView控件添加自定义信息(Windows窗体)
msdn2.microsoft.com
1.
Inside the form element and above the ListView control, add the following markup
在form元素内的ListView控件上方,添加以下标记
msdn2.microsoft.com
2.
To create the form containing a ListView and TreeView control
创建包含ListView和TreeView控件的窗体
msdn2.microsoft.com
3.
Walkthrough: Modifying Data Using the ListView Web Server Control
演练:使用ListViewWeb服务器控件修改数据
msdn2.microsoft.com
4.
How to: Display an Insertion Mark in a Windows Forms ListView Control
如何:在Windows窗体ListView控件中显示插入标记
msdn2.microsoft.com
5.
To display and page though data in the ListView control
在ListView控件中显示数据和按页查看数据
msdn2.microsoft.com
6.
To display and modify data in the ListView control
在ListView控件中显示和修改数据
msdn2.microsoft.com
7.
New views for the ListView control
ListView控件的新视图
msdn2.microsoft.com
8.
How to: Group Items in a Windows Forms ListView Control
如何:对Windows窗体ListView控件中的项进行分组
msdn2.microsoft.com
9.
How to: Display Icons for the Windows Forms ListView Control
如何:为Windows窗体ListView控件显示图标
msdn2.microsoft.com
10.
How to: Add and Remove Items with the Windows Forms ListView Control
如何:使用Windows窗体ListView控件添加和移除项
msdn2.microsoft.com
1.
Find an item in a listview
查找列表框的一项
126.q876.com
2.
How to: Group Items in a Windows Forms ListView Control Using the Designer
如何:使用设计器对Windows窗体ListView控件中的项进行分组
msdn2.microsoft.com
3.
Enabling Users to Modify Data by Using the ListView Control
允许用户使用ListView控件修改数据
msdn2.microsoft.com
4.
How to: Add and Remove Items with the Windows Forms ListView Control Using the Designer
如何:使用设计器用Windows窗体ListView控件添加和移除项
msdn2.microsoft.com
5.
How to: Add Columns to the Windows Forms ListView Control Using the Designer
如何:使用设计器向Windows窗体ListView控件添加列
msdn2.microsoft.com
6.
How to: Select an Item in the Windows Forms ListView Control
如何:选择Windows窗体ListView控件中的项
msdn2.microsoft.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/8/14 21:22:58