单词 | treeview | ||||||||||||||
释义 | treeview
更多释义 收起释义 例句释义: 树视图,控件,树形视图 1. If you are curious to see some examples of how the WPF TreeView can be customized, check out this article and this article. 如果你对如何个性化WPF的TreeView感兴趣,可以查看这篇文章和这篇文章。 kb.cnblogs.com 2. After less than a minute, all the nodes in the treeview should be green, thus indicating that the tests have been executed and passed. 不到一分钟的时间,treeview下的所有节点都将显示为绿色,这表明测试正常执行并通过。 www.bing.com 3. The TreeView is actually quite easy to work with, provided you use it the correct way. 如果你的使用方法正确的话,其实TreeView是很好用的。 archive.cnblogs.com 4. A simple way to populate TreeView with the Dir control. Depth limit feature included. Fully commented. Check it out! ! 这个程序用一种简单的方法用目录控件来模拟流行的树形视图控件。完整的注释。 cosoft.net.cn 5. The navHelper bean provides methods to determine whether a treeview variant is used for the requesting device or not. navHelperbean提供可以确定请求的设备是否使用treeview变量的方法。 www.ibm.com 6. The TreeView Node Editor dialog box enables you to add and remove static nodes in an ASP. NET TreeView control. 使用“TreeView节点编辑器”对话框,可以在ASP.NETTreeView控件中添加和移除静态节点。 msdn2.microsoft.com 7. The examples here are for a TreeView control, but the same approach can be used for a ListView control. 虽然这里的示例是关于TreeView控件的,但该方法同样适用于ListView控件。 msdn2.microsoft.com 8. The next demo application populates a TreeView with information about various places within a country. 下一个示例构建了一个包含一个国家不同地域信息的TreeView。 archive.cnblogs.com 9. A malicious user can create a callback request and get data for the nodes of the TreeView control that the page developer is not displaying. 恶意用户可以创建回调请求并获取页面开发人员没有显示的TreeView控件的节点数据。 msdn2.microsoft.com 10. You can customize most of the TreeView colors by setting color properties, but the selection highlight color is not available as a property. 可以通过设置颜色属性来自定义大多数TreeView颜色,但是选择的突出显示颜色不能用作属性。 msdn2.microsoft.com 1. All elements of a TreeView node are drawn manually, including icons, checkboxes, plus and minus signs, and lines connecting the nodes. TreeView节点的所有元素均为手动绘制,包括图标、复选框、加号和减号以及连接节点的线。 msdn2.microsoft.com 2. Gets or sets the key of the default image for each node in the TreeView control when it is in an unselected state. 获取或设置TreeView控件中的每个节点在处于未选定状态时的默认图像的键。 msdn2.microsoft.com 3. Occurs when a data item is bound to a node in the TreeView control. 当数据项绑定到TreeView控件中的节点时发生。 msdn2.microsoft.com 4. Finally, DataBind is called on the TreeView control to refresh the data that it displays. 最后,在TreeView控件上调用DataBind,以刷新它所显示的数据。 msdn2.microsoft.com 5. Another way to alter the appearance of the control is to customize the images that are displayed in the TreeView control. 改变控件外观的另一种方法是自定义显示在TreeView控件中的图像。 msdn2.microsoft.com 6. The TreeView control also allows you to display a check box next to a node. TreeView控件还允许您在节点旁显示一个复选框。 msdn2.microsoft.com 7. AMOBrowser uses a TreeView to display the AMO hierarchy and a PropertyGrid to display the properties of a selected object. AMOBrowser使用TreeView来显示AMO的层次结构,使用PropertyGrid来显示选定对象的属性。 msdn2.microsoft.com 8. Occurs when a node with its PopulateOnDemand property set to true is expanded in the TreeView control. 当其PopulateOnDemand属性设置为true的节点在TreeView控件中展开时发生。 msdn2.microsoft.com 9. The DoubleBuffered property has no effect on the TreeView control. DoubleBuffered属性对TreeView控件不起任何作用。 msdn2.microsoft.com 10. The TreeView control enables you to draw individual nodes in the control. TreeView控件允许您在控件中绘制各个节点。 msdn2.microsoft.com 1. Describes an editor for viewing and changing the list of nodes for a Windows Forms TreeView control. 描述用于查看和更改Windows窗体TreeView控件的节点列表的编辑器。 msdn2.microsoft.com 2. The OnInit method is called by the TreeView control to raise the Init event. OnInit方法由TreeView控件调用以引发Init事件。 msdn2.microsoft.com 3. Gets or sets the spacing between the TreeView control's contents and its edges. 获取或设置TreeView控件的内容和它的边缘之间的间距。 msdn2.microsoft.com 4. The core widget used to display the view data is a TreeView widget, which is embedded in a window object. 用来显示视图数据的核心窗口小部件是内嵌在窗口对象中的TreeView窗口小部件。 www.ibm.com 5. NET environment to provide windows of the TreeView control node level in more than three hours on the error-prone. 在.NET环境中windows提供的TreeView控件在节点级别超过三级时就容易发生错误。 ftp.hackchina.com 6. To display static data by using declarative syntax, create a collection of nodes that are children of the TreeView control. 若要使用声明性语法显示静态数据,请创建一个TreeView控件子级节点的集合。 msdn2.microsoft.com 7. MENU - Used by the wml and pagination variants of the treeview to insert a flat list of and XDIME elements. MENU–使用树视图的wml和分页变量来插入和XDIME元素的简单列表。 www.ibm.com 8. The nodes of a TreeView are typically drawn by the operating system. TreeView的节点通常由操作系统绘制。 msdn2.microsoft.com 9. The Site. Master page contains the SiteMapDataSource and a TreeView controls inside a ContentPlaceHolder control. Site.master页包含SiteMapDataSource以及位于ContentPlaceHolder控件内部的TreeView控件。 msdn2.microsoft.com 10. You can configure the treeview to show multiple levels of navigation that show navigation links to child pages in a tree hierarchy. 您可以对该树视图进行配置以显示多级导航,它将以树层次结构显示指向子页面的导航链接。 www.ibm.com 1. The TreeView control can also be bound to an XmlDocument object or a DataSet object with relations. TreeView控件还可以绑定到XmlDocument对象或包含关系的DataSet对象。 msdn2.microsoft.com 2. A position to the left of the client area of a TreeView control. 在TreeView控件的工作区左侧的位置。 msdn2.microsoft.com 3. There are many ways to customize the appearance of the TreeView control. 自定义TreeView控件的外观有很多方法。 msdn2.microsoft.com 4. Since this interface is tied directly to the toolbox, it's handy to just implement this interface in the TreeView-derived class. 由于该接口被直接绑定到工具箱,所以在派生自TreeView的类中实现该接口十分方便。 www.cnblogs.com 5. A position above the client portion of a TreeView control. 在TreeView控件的工作区部分之上的位置。 msdn2.microsoft.com 6. You can use the TreeView control to work with site navigation information and XML data as tabular (list) data. 可以使用TreeView控件,以便使用网站导航信息以及作为表格(列表)数据的XML数据。 msdn2.microsoft.com 7. The TreeView control can also be bound to data. TreeView控件还可以绑定到数据。 msdn2.microsoft.com 8. Naturally, you will need to set properties and call the occasional method directly on a TreeView. 一般地,你需要直接地对一个TreeView设置属性,不时地调用方法。 kb.cnblogs.com 9. The TreeView control supports declarative binding to a site-map file by using SiteMapDataSource controls. TreeView控件支持对站点地图文件的声明性绑定(通过使用SiteMapDataSource控件)。 msdn2.microsoft.com 10. It works directly with the SiteMapProvider, not through the SiteMapDataSource control that the Menu and TreeView controls use. 它直接使用SiteMapProvider,而不是菜单控件和TreeView控件使用的SiteMapDataSource控件。 msdn2.microsoft.com 1. Not only does this allow you to ignore the TreeView's complexities, it also allows you to write code that can be easily unit tested. 这不仅仅能让你无视TreeView的复杂性,还能让你写出能够很容易进行单元测试的代码。 kb.cnblogs.com 2. The following example shows the markup for a TreeView control that contains three nodes, two of which have child nodes. 下面的示例演示如何示包含三个节点(其中两个节点有子节点)的TreeView控件。 msdn2.microsoft.com 3. Tools. jsp - Used to generate the markup for the tools region of wp_default. mlyt for the treeview and iconview. jsp–用于treeview和iconview,为wp_default.mlyt的工具区域生成标记。 www.ibm.com 4. The fifth code example demonstrates how to use the TreeView control for site navigation by binding it to a SiteMapDataSource control. 第五个代码示例演示如何通过将其绑定到SiteMapDataSource控件而将TreeView控件用于站点导航。 msdn2.microsoft.com 5. As you can see, the WPF TreeView is a complicated beast. 正如你所见的,WPF的TreeView是一个复杂的野兽。 archive.cnblogs.com 6. Releases the unmanaged resources used by the TreeView and optionally releases the managed resources. 释放由TreeView使用的非托管资源,并可选择释放托管资源。 msdn2.microsoft.com 7. Several if statements are used to include wml or pagination variant JSPs or the default treeview JSPs. 如果使用语句来包含wml或pagination变量JSP或缺省的treeviewJSP,则可以有几个这样的JSP。 www.ibm.com 8. The TreeView control in the example displays optional node tags alongside the standard node labels. 此示例中的TreeView控件在标准节点标签旁边显示可选的节点标记。 msdn2.microsoft.com 9. Defines constants that represent the ways a TreeView can be drawn. 定义表示TreeView的绘制方法的常数。 msdn2.microsoft.com 10. Occurs when a TreeView is drawn and the DrawMode property is set to a TreeViewDrawMode value other than Normal. 当绘制了TreeView且DrawMode属性设置为Normal以外的TreeViewDrawMode值时发生。 msdn2.microsoft.com 1. Right-click the TreeView control, click Show Smart Tasks, and then on the TreeView Tasks menu, click Edit Nodes. 右击“TreeView”控件,单击“显示智能任务”,然后在“TreeView任务”菜单上单击“编辑节点”。 msdn2.microsoft.com 2. The data is manipulated in memory using the GetXmlDocument method every time you select a TreeView node, and is then saved to the XML file. 每次选择TreeView节点时,都将使用GetXmlDocument方法操作内存中的数据,然后将其保存到XML文件中。 msdn2.microsoft.com 3. Gets or sets the layout of the background image for the TreeView control. 获取或设置TreeView控件的背景图像的布局。 msdn2.microsoft.com 4. Occurs when the check boxes of the TreeView control change state between posts to the server. 当TreeView控件的复选框在向服务器的两次发送过程之间状态有所更改时发生。 msdn2.microsoft.com 5. Represents the style of a node in the TreeView control. 表示TreeView控件中节点的样式。 msdn2.microsoft.com 6. The TreeView control also uses custom colors, including a custom highlight color. TreeView控件也使用自定义颜色,包括自定义突出显示颜色。 msdn2.microsoft.com 7. Displaying records from related database tables in the TreeView control. 在TreeView控件中显示相关数据库表中的记录。 msdn2.microsoft.com 8. This article explores how to use the ViewModel pattern to make it easier to work with the TreeView control in WPF. 这篇文章探讨了如何通过使用ViewModel模式来更容易的使用WPF中的TreeView控件。 archive.cnblogs.com 9. Gets or sets the color of the lines connecting the nodes of the TreeView control. 获取或设置连接TreeView控件的节点的线条的颜色。 msdn2.microsoft.com 10. The TreeNodeTypes enumeration is used to represent the different node types that are available in the TreeView control. TreeNodeTypes枚举用于表示TreeView控件中可用的不同节点类型。 msdn2.microsoft.com 1. From the Navigation group of the Toolbox, drag a TreeView or Menu control onto the page. 从工具箱的“导航”组中,将TreeView或Menu控件拖动到该页面上。 msdn2.microsoft.com 2. Customizing the display of the TreeView control. 自定义TreeView控件的显示。 msdn2.microsoft.com 3. Processes postback data for the TreeView control. 处理TreeView控件的回发数据。 msdn2.microsoft.com 4. For more information, see Binding Data to the TreeView Web Server Control. 有关更多信息,请参见将数据绑定到TreeViewWeb服务器控件。 msdn2.microsoft.com 5. A position to the right of the client area of the TreeView control. 在TreeView控件的工作区右侧的位置。 msdn2.microsoft.com 6. The web navigation controls (Menu, TreeView, and SiteMapPath) that developers use on the actual web pages. 开发人员在实际web页面上使用的web导航控件(Menu、TreeView和SiteMapPath)。 msdn2.microsoft.com 7. Provides steps for populating a TreeView control with static nodes. 提供有关步骤,说明如何使用静态节点填充TreeView控件。 msdn2.microsoft.com 8. For more information see TreeView Web Server Control Overview. 有关更多信息,请参见TreeViewWeb服务器控件概述。 msdn2.microsoft.com 9. The ShowCheckBoxes property uses the TreeNodeTypes enumeration to represent the node types that display check boxes in the TreeView control. ShowCheckBoxes属性使用TreeNodeTypes枚举来表示在TreeView控件中显示复选框的节点类型。 msdn2.microsoft.com 10. Occurs when a node is collapsed in the TreeView control. 当折叠TreeView控件中的节点时发生。 msdn2.microsoft.com 1. The label portion of the TreeView nodes are drawn manually. TreeView节点的标签部分均为手动绘制。 msdn2.microsoft.com 2. The TreeView control supports declarative binding to an XML file by using XmlDataSource controls. TreeView控件支持到XML文件的声明性绑定(通过使用XmlDataSource控件)。 msdn2.microsoft.com 3. Occurs when a node is expanded in the TreeView control. 当扩展TreeView控件中的节点时发生。 msdn2.microsoft.com 4. Occurs when a node is selected in the TreeView control. 当选择TreeView控件中的节点时发生。 msdn2.microsoft.com 5. The following code example illustrates a customized TreeView. 下面的代码示例演示一个自定义的TreeView。 msdn2.microsoft.com 6. Adds a new TreeView control to the worksheet in the specified size and location. 按照指定的大小和位置向工作表添加一个新的TreeView控件。 msdn2.microsoft.com 7. The TreeView control is designed to be used inside an UpdatePanel control only when EnableClientScript is set to true. TreeView控件设计为仅当EnableClientScript设置为true时才用于UpdatePanel控件内。 msdn2.microsoft.com 8. Gets or set the background image for the TreeView control. 获取或设置TreeView控件的背景图像。 msdn2.microsoft.com 9. It is sometimes useful to examine every node in a Windows Forms TreeView control in order to perform some calculation on the node values. 为了对节点值执行某种运算,查看Windows窗体TreeView控件中的每个节点有时是很有用的。 msdn2.microsoft.com 10. Programmatic access to the TreeView object model to create trees, populate nodes, set properties, and so on, dynamically. 通过编程访问TreeView对象模型,动态地创建树、填充节点以及设置属性等。 msdn2.microsoft.com 1. Select the root node in the treeview (the file Money. csproj) and click the Run button in NUnit's right-hand pane. 选择Treeview(文件Money.csproj)中的根节点,单击NUnit右侧的“Run”按钮。 www.bing.com 2. Provides a class for implementing managed window procedures as described in How to: Subclass a TreeView by Using Native Callbacks. 提供用于实现托管窗口过程(如如何:使用本机回调创建TreeView的子类中所述)的类。 msdn2.microsoft.com 3. In the TreeView Node Editor, under Nodes, click the Add a root node button. 在“TreeView节点编辑器”的“节点”之下,单击“添加根节点”按钮。 msdn2.microsoft.com 4. The treeview mode is the most commonly used view mode for mobile devices. treeview模式是移动设备最常使用的视图模式。 www.ibm.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. The TreeView is drawn by the operating system. TreeView由操作系统绘制。 msdn2.microsoft.com 7. The TreeView also has a NodeIndent property that specifies the indentation level for all nodes. TreeView还具有一个为所有节点指定缩进量级的NodeIndent属性。 msdn2.microsoft.com 8. The treeview should now contain a collection of test cases. 现在Treeview中应该包含测试样例的集合。 www.bing.com 9. The wp_tree_nav. mlyt is used by the treeview XDIME aggregator JSPs to render navigation links in a nested tree structure. treeviewXDIME聚合器JSP使用wp_tree_nav.mlyt在嵌套的树结构中呈现导航链接。 www.ibm.com 10. Releases the unmanaged resources used by the TreeView. 释放TreeView使用的非托管资源。 msdn2.microsoft.com 1. This example shows how to use the SelectedValue and SelectedValuePath properties to specify a value for the SelectedItem of a TreeView. 此示例演示如何使用SelectedValue和SelectedValuePath属性为TreeView的SelectedItem指定值。 msdn2.microsoft.com 2. The seventh code example demonstrates how to populate the nodes in the TreeView control from the client. 第七个代码示例演示如何从客户端填充TreeView控件中的节点。 msdn2.microsoft.com 3. You then use a navigation server control such as the TreeView or Menu controls to display site information. 随后,可以使用导航服务器控件(例如TreeView或Menu控件)来显示网站信息。 msdn2.microsoft.com 4. The TreeView control does not have built-in scrolling. TreeView控件没有内置的滚动。 msdn2.microsoft.com 5. The second code example demonstrates how to use declarative syntax to display static data in the TreeView control. 第二个代码示例演示如何使用声明性语法在TreeView控件中显示静态数据。 msdn2.microsoft.com 6. Select a report using the TreeView control. 使用TreeView控件选择报表。 technet.microsoft.com 7. Gets or sets the text of the TreeView. 获取或设置TreeView的文本。 msdn2.microsoft.com 8. Some Internet browsers have a limitation that can affect the performance of the TreeView control. 某些Internet浏览器存在局限性,可能会影响TreeView控件的性能。 msdn2.microsoft.com 9. It is a hybrid between the treeview and iconview. 它是treeview和iconview的混合。 www.ibm.com 10. The TreeView DataBindings Editor dialog box opens (TreeView control), or the MenuItem DataBindings Editor dialog box opens (Menu control). “TreeViewDataBindings编辑器”对话框(TreeView控件)或“MenuItemDataBindings编辑器”对话框(Menu控件)随即打开。 msdn2.microsoft.com 1. By default, the treeview shows a single level of navigation links. 缺省情况下,该树视图显示单级导航链接。 www.ibm.com 2. The TreeView control itself has the TopNode property, which is the root node of the entire tree view. TreeView控件本身具有TopNode属性,该属性是整个树视图的根节点。 msdn2.microsoft.com 3. Select the object in the TreeView. 在TreeView中选择对象。 msdn2.microsoft.com 4. Using the TreeView control to display XML data. 使用TreeView控件显示XML数据。 msdn2.microsoft.com 5. It show design document in design view and design treeview at the same time. 可同时在设计面板和树状视图列表中显示设计文档元素信息。 xdesigner.cn 6. The XmlDataSource control is used primarily to expose hierarchical XML data to bound controls such as the TreeView or Menu controls. XmlDataSource控件主要用于将分层的XML数据公开给诸如TreeView或Menu控件等绑定控件。 msdn2.microsoft.com 7. In Visual Basic 6. 0, it is possible to assign a SelectedImage property to a TreeView control node without assigning an Image property. 在VisualBasic6.0中,可以将SelectedImage属性分配给TreeView控件节点,而不用分配Image属性。 msdn2.microsoft.com 8. The TreeView control automatically binds to the specified data source control. TreeView控件自动绑定到指定的数据源控件。 msdn2.microsoft.com 9. The TreeView control can automatically bind to the data source and display its values. TreeView控件即可自动绑定到数据源并显示数据源的值。 msdn2.microsoft.com 10. Then, set the DataSourceID property of the TreeView control to the ID of the data source control. 然后,将TreeView控件的DataSourceID属性设置为该数据源控件的ID。 msdn2.microsoft.com 1. Attempting to write this code directly against the TreeView API would be much more difficult and bug-prone. Here's my search logic 试着直接用TreeView的API来写这段代码将难得多并且漏洞百出。 kb.cnblogs.com 2. The TreeView control will display something like the following TreeView控件将显示如下的类似内容 msdn2.microsoft.com 3. Walkthrough: Displaying Hierarchical Data in a TreeView Control 演练:在TreeView控件中显示分层数据 msdn2.microsoft.com 4. Represents a hierarchical data source that hierarchical data-bound controls such as TreeView can bind to. 表示分层数据绑定控件(如TreeView)可以绑定到的分层数据源。 msdn2.microsoft.com 5. PB Uses Hierarchical Treeview Organizations And Displays Data PB利用树状视图分层组织和显示数据 www.ilib.cn 6. Code Changes for Expanding a Selected Node in a TreeView Control 在TreeView控件中展开所选节点的代码更改 msdn2.microsoft.com 7. Selection, Navigation, and Check Boxes in the TreeView Web Server Control TreeViewWeb服务器控件中的选择、导航和复选框 msdn2.microsoft.com 8. The Drag Drop Option of a Treeview Control 树型视图控件的拖放研究 www.ilib.cn 9. The third code example demonstrates how to bind the TreeView control to an XML data source. 第三个代码示例演示如何将TreeView控件绑定到XML数据源。 msdn2.microsoft.com 10. To determine which TreeView node was clicked 确定单击了哪个TreeView节点 msdn2.microsoft.com 1. Code Changes for Adding Nodes in a TreeView Control 在TreeView控件中添加节点的代码更改 msdn2.microsoft.com 2. Displaying Relational Data in the TreeView Control 在TreeView控件中显示关系数据 msdn2.microsoft.com 3. Building treeview with recursive algorithm in JSP 在JSP中使用递归算法生成目录树 www.ilib.cn 4. Walkthrough: Creating an Explorer Style Interface with the ListView and TreeView Controls Using the Designer 演练:使用设计器创建带有ListView和TreeView控件的资源管理器样式的界面 msdn2.microsoft.com 5. To iterate through all nodes of the TreeView control 循环访问TreeView控件的所有节点 msdn2.microsoft.com 6. Displaying a Check Box Next to a TreeView Node 在TreeView节点旁显示复选框 msdn2.microsoft.com 7. The Application of TreeView Control and ListView Control in Software Interface 树型和列表控件在软件界面中的应用 www.ilib.cn 8. How to: Iterate Through All Nodes of a Windows Forms TreeView Control 如何:循环访问Windows窗体TreeView控件的所有节点 msdn2.microsoft.com 9. Control method for database table with TreeView 用树形结构对数据库表控制的一种方法 www.ilib.cn 10. Populating Tree Nodes in the TreeView Web Server Control 填充TreeViewWeb服务器控件中的树节点 msdn2.microsoft.com 1. Realization of Authority Management Based On TreeView and Database 基于树型控件和数据库的权限管理 www.ilib.cn 2. How to: Add Custom Information to a TreeView or ListView Control (Windows Forms) 如何:向TreeView或ListView控件添加自定义信息(Windows窗体) msdn2.microsoft.com 3. To create the form containing a ListView and TreeView control 创建包含ListView和TreeView控件的窗体 msdn2.microsoft.com 4. To create the new page and TreeView control 创建新页和TreeView控件 msdn2.microsoft.com 5. To add nodes to the TreeView control 在TreeView控件中添加节点 msdn2.microsoft.com 6. How to: Add and Remove Nodes with the Windows Forms TreeView Control 如何:添加和删除Windows窗体TreeView控件中的节点 msdn2.microsoft.com 7. Implementation of Treeview Based on User Authority In MIS MIS中基于用户权限的目录树实现 www.ilib.cn 8. How to: Attach a ShortCut Menu to a TreeView Node 如何:将快捷菜单附加到TreeView节点 msdn2.microsoft.com 9. How to: Add and Remove Nodes with the Windows Forms TreeView Control Using the Designer 如何:使用设计器用Windows窗体TreeView控件添加和移除节点 msdn2.microsoft.com 10. A New Way of Data Retrieving Based on TreeView 基于树形结构的数据检索方式研究 www.ilib.cn |
||||||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。