Welcome to the WinForms feedback portal. We’re happy you’re here! If you have feedback on how to improve the WinForms, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
On deselecting the node with Control key, it takes two click . Also on selecting the node of 6 nodes , it result in duplicate selection..
Issue 1:
Start the sample app and select node "Node 6.1"
Shift-click on node "Node 6.6", all nodes from Node 6.1 to Node 6.6 are selected
Ctrl-click on Node "Node 6.5"
Expected result: Node 6.5 gets deselected
Actual result: Node 6.5 stays selected (it actually takes two Ctrl-clicks to deselected Node 6.5)
Issue 2:
Steps to reproduce:
Start the sample app and select node "Node 6.1"
Shift-click on node "Node 6.6", all nodes from Node 6.1 to Node 6.6 are selected
Press the added button
Actual result: *Message box text = Node 6.1,Node 6.2,Node 6.3,Node 6.4,Node 6.5,Node 6.6,Node 6.3,Node 6.4,Node 6.5,Node 6.6
As you can see, nodes Node 6.3 through Nodes 6.6 are listed twice.