Nodes Overview The WinTree™ control is based on a hierarchy of Nodes. Each node in the tree can have a collection of child nodes which displays in an expandable hierarchy. Overrides Many properties of nodes can be controlled on various levels of the tree, allowing for great flexibility and control. The programmer ...
Presenting Data In this section you will find out how to present your data in the WinTree™ control. You will also learn about presenting data in columns and the step-by-step methods in creating columns. Add Nodes to WinTree at Design Time Columns Sort Columns in WinTree
Printing WinTree Topic Overview Purpose This topic provides a conceptual overview of UltraTree™ printing functionality. Due to the similarity to WinGrid™ printing functionality, read about WinGrid printing in the Required background section is recommended. Required background The following topic is a prerequisite ...
WinTree Resource Strings Reference This topic provides a list of the WinTree assembly resource strings used to customize the internally-defined text elements of the WinTree control. Resource strings include items such as dialog box captions, warning messages, alerts, etc. The following table lists the names of the...
Save and Load Layouts Introduced in v3 of the WinTree™ is the ability to save and load control layouts. The information stored by the layout includes everything that affects the appearance of the tree: The Nodes collection, the Override object and sub-objects, and all related properties. Tree layouts may be saved ...
Scroll a Node into View This topic will show you how to bring a particular node into the viewable area of the tree. A node may not be visible for several reasons. It’s parent could be collapsed or it could be scrolled out of view either vertically or horizontally. Before you start writing any code, you should plac...
Select Nodes in Different Levels of the Tree WinTree™ can allow your end users to select a range of nodes in the tree; but not only a range at one level of the tree, but across collections of nodes, adding child nodes to the selection. You can allow your end user to select multiple nodes easy enough by setting the...
Set an Embeddable Editor Starting with Version 3 of the WinTree™, the functionality for editing tree nodes has been significantly enhanced. Tree node editing is now handled by the Embeddable Editor technology of the Infragistics.Win assembly. With embeddable editors, you can choose the editing interface that will ...
WinTree Smart Tag In Visual Studio 2005 (.NET Framework 2.0), each Ultimate UI for Windows Forms control/component is equipped with a Smart Tag. By simply selecting the control/component, a Smart Tag anchor appears. When you click this anchor, a pop-up panel appears, providing you with quick and easy access to the...
Sort Columns in WinTree Previous versions of the WinTree™ included the ability to sort nodes programmatically based on the Text property of the node. With the addition of column support in Ultimate UI for Windows Forms 2005 Volume 2, the WinTree now also includes the ability to sort the nodes based on the values o...