The documentation for Infragistics 8.1 says Regardless of SelectionType, no two nodes under different parents may ever be selected simultaneously. But nodes under different parents can be selected on pressing the Ctrl key while selection. This dint happen in previous versions. Is there any way to avoid this.
http://help.infragistics.com/Help/NetAdvantage/NET/2008.1/CLR2.0/html/Win_You_Can_Now_Select_Nodes_from_Different_Levels_in_WinTree.html
In previous releases, WinTree is a Windows Forms control that allows for navigation and structure in any Windows Forms application or project. Toolbox Item: UltraTree Namespace: Infragistics.Win.UltraWinTree',event)" class="hsglossaryreference" title="Click to show a definition of this term">WinTree™ only allowed you to select nodes from the same tree level simultaneously. This release, we've broken the level barrier, allowing you to select as many nodes, in as many levels of the tree as necessary. You don't need to perform any extra work in order to turn this functionality on, it just works. However, if you want to manipulate the SelectedNodes collection based on nodes in different levels, you'll need to sort through the collection and identify which Node belongs to which Level.
In previous releases,
WinTree is a Windows Forms control that allows for navigation and structure in any Windows Forms application or project.
Toolbox Item: UltraTree
Namespace: Infragistics.Win.UltraWinTree
A couple of NetAdvantage releases ago, I've made a feature request to publish normal release notes (bugs fixed (independently whether they were found by the customers or internally), features implemented, performance improvements etc.). See http://www.nunit.org/index.php?p=releaseNotes&r=2.4.6
As you can see, nothing was changed. We get the same 3-4 lines of marketing bla-bla-bla.
But the same isnt reproducible when Shift key is pressed while selecting. Only for Ctrl key it allows selection of nodes at any level.
Second try:
You Can Now Select Nodes from Different Levels in WinTree Select Nodes in Different Levels of the Tree