Editing Cell Values In-Place You can now edit cell values in-place. In addition to the in-place cell editing support, the control has been modified to support writing the result of an edit mode session back to the corresponding data field, in the case where the control is data-bound. Since the WinGrid™ control aut...
Editing Data This section guides you through topics on editing and manipulating of Data in WinTree™. Allow Cell Editing in WinTree Display Multiple Lines of Text in Nodes Set an Embeddable Editor Embeddable Editor Events
Embeddable Editor Events WinTree™ does not interact directly with the embeddable editors, but rather relays information to them via its implementation of the EmbeddableEditorOwnerBase class. For more information please see the Embeddable Editors Overview topic. Consider a WinComboEditor control loaded with a list ...
Embeddable Editors Overview Introduction Embeddable editors were first introduced with the WinGrid™ control, to create a consistent communication layer between the WinGrid and the various editors it utilizes. As with the WinGrid control, the WinTree™ control does not interact directly with the embeddable editors, ...
Highlight the Active Node This topic will guide you through highlighting the Active Node on the tree and giving it a different appearance based on it’s position in the tree. For this example, if a node is active, it will show with a red BackColor. If a level 1 child node (a child of a root node) is active, it will...
Inserting a Node at a specific Index The Insert method of the TreeNodesCollection inserts a node at a particular index position. By default, the Add method of the UltraTreeNodes collection adds a node to the end of the collection. In Visual Basic: In C#:
Manually Creating ColumnSets using the Designer Before You Begin WinTree™ supports displaying Columns of data which is possible by either binding to a data source or by manually adding columns. Either way, ColumnSets are created. To know more about ColumnSets refer to the WinTree ColumnSets Overview topic. The Win...
Move a Node to a Another Parent This topic will show you how to use the Reposition method to move a node in a WinTree™ from one parent to another. Before you start writing any code, you should place using/imports directives in your code-behind so you don’t need to always type out a member’s fully qualified name. I...
Move Columns in WinTree With the addition of column support in Ultimate UI for Windows Forms 2005 Volume 2, WinTree™ also supports the ability to reposition columns. Columns may be repositioned programmatically by changing the OriginX and OriginY of each column’s LayoutInfo . In addition, end-users may reposition ...
Navigation and Selection This section contains topics that explain about navigation and selection of nodes in™. Change the Vertical Scrolling Behavior of a Scrollbar Determining What Node was Clicked Move Columns in WinTree Move a Node to Another parent Scroll a Node into View Select Nodes in Different Levels of t...