I have a tree made up of unbound nodes. I would like to allow the user to highlight a node in the tree and then allow them to move that node up or down in the tree within the same parent node.
So my question is, how do you reposition or sort unbound nodes in a UltraWinTree?
Hi,
I've got the same problem.
Have you found the solution? Please let me know if you have.
Regards,Fahim
Use the UltraTreeNode.Reposition method
Is there anyway to move nodes at design time?
Hello,
After some research, the "Ability to change the order of nodes in design-time" has been determined to be a new feature request. I have sent your feature request directly to our product management team. Our product team chooses new feature requests for development based on popular feedback from our customer base. Infragistics continues to monitor application development for all of our products, so as trends appear in requested features, we can plan accordingly.
We value your input, and our philosophy is to enhance our toolset based on customer feedback. If your feature is chosen for development, you will be notified at that time.
Your reference number for this feature request is FR13948.
If you would like to follow up on your feature request at a later point, you may contact Developer Support management via email. Please include the reference number of your
feature request in the subject and body of your email message. You can reach Developer Support management through the following email address: dsmanager@infragistics.com
Thank you for your request.
Hi Boris,
Thanks for your prompt reply. I am temporarily going back to the Microsoft TreeView in our application for this reason. FYI, the method to move nodes in the MS control is very easy-- in the Edit Nodes panel, you can just select a node and use up/down arrows to move the node. It would be awesome if IG would use the same method.
Kind regards,
Steve
Actually, I think now... IG would be even better if it let you do both:
1) Make use of up/down arrows in the Edit nodes; useful for when I am creating new nodes.
2) Let me drag and move nodes directly in the design canvas without having to access properties; useful for just rearranging existing nodes
Best regards,