Version

Search Results

Add Multiple Images to a Node

Add Multiple Images to a Node This topic will describe how to add multiple images to a node. Images may be added to the left or right of the node text using the LeftImages and RightImages Collections. These image collections are in addition to the normal node Image which is part of the node’s Appearance. This can ...

Add Nodes to WinTree at Design Time

Add Nodes to WinTree at Design Time This topic is designed to get you up and running with an WinTree™ control on a WinForm with nodes created at Design-time. Create a new Visual Basic or C# Windows Application. The windows application project will appear, with a single Windows form visible. Select the UltraTree co...

Adding Columns Using Freeform Style

Adding Columns Using Freeform Style This topic shows you how columns can be added to WinTree™ in Freeform style. In Freeform style each and every row can have a different set of columns and above each column’s cell data, column headers can be displayed. Thus the freeform style allows you to create a separate, dist...

Adding Columns Using Outlook Express Style

Adding Columns Using Outlook Express Style The Outlook Express style can be used when you have homogeneous data, with all rows of data of the same type within a single band and across all bands. Additionally, there will only be one visible set of column headers at the top of the WinTree™ control. This topic shows ...

Allow Cell Editing in WinTree

Allow Cell Editing in WinTree This topic shows you how to enable cell editing when WinTree™ has ColumnSets associated with it. It is possible by setting the AllowCellEdit property to true which is exposed at various levels of WinTree: UltraTree.ColumnSettings, UltraTreeColumnSet, and UltraTreeNodeColumn. In additi...

API Overview

API Overview This section lists each namespace that is relevant to the control. We also give you several key classes that you will be using while programming with this control. The namespaces and classes on this page link directly into our API documentation. WinTree Namespace: Infragistics.Win.UltraWinTree Namespa...

Application Scenarios

Application Scenarios The following links guide you through the various real time scenarios that you might come across while working with the™ control. Add and Remove Nodes Programmatically Disable a Node In WinTree Inserting a Node at a specific Index Change the Active Node

Binding WinTree to a Dataset or Data Table

Binding WinTree to a Dataset or Data Table In addition to the column support added to the WinTree™ with Ultimate UI for Windows Forms 2005 Volume 2, the ability to bind the control was also added. You can either bind the root nodes collection, using the DataSource and DataMember properties, or you can use the SetD...

Binding WinTree to a Hierarchical Data Source

Binding WinTree to a Hierarchical Data Source Before You Begin The WinTree™control can be used to represent hierarchical data in a tree like structure. In addition to the column support, it has the ability to bind to a data source. When bound to a data source, UltraTreeColumnSet and UltraTreeNodeColumn objects are...

Binding WinTree to WinDataSource

Binding WinTree to WinDataSource In addition to the column support added to the WinTree™ with Ultimate UI for Windows Forms 2005 Volume 2, the ability to bind the control was also added. You can either bind the root nodes collection, using the DataSource and DataMember properties, or you can use the SetDataBinding...