Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
655
Subject : Winforms Leftimages positionning.
posted

Hello,

 

I’m searching to position Leftimages in a WinTree on left or right of the expansion indicator or line connector, actually Leftimages are always at the right of the connectors.

Is there a way to do this with your framework please ?

 

Thanks,

 

Chris

  • 655
    Offline posted

    Hello,

    It's ok for me.

    Thank you for your help.

    Regards

    Chris

  • 6158
    Suggested Answer
    Offline posted

    Hello Chris,

    Unfortunately, there is no easy way to swap the positioning of the LeftImages with the expansion indicators on the UltraTree. You can suggest this as a new product idea at http://ideas.infragistics.com. Submitting your idea will allow you to communicate directly with our product management team, track the progress of your idea at any time, see how many votes it got, read comments from other developers in the community, and see if someone from the product team has additional questions for you.

    Remember when submitting your idea to explain the context in which a feature would be used and why it is needed as well as anything that would prevent you from accomplishing this today. You can even add screenshots to build a stronger case. Remember that for your suggestion to be successful, you need other members of the community to vote for it.  You can also link back to this thread for additional details.

    Thank you in advance to submitting your product idea.

    Theoretically, it would be possible to achieve this using a CreationFilter. It would have to move the ImageUIElemts for the LeftImages from the NodeSelectableAreaUIlement to the TreeNodeUIElement, and change the size and location of the rectangles of the UIElements for the expansion indicator and NodeSelectableAreaUIElement. Additionally, you would most likely need to turn off line connectors on the tree to make it a little easier. Unfortunately, this is too complex creation filter for us to create. I foresee there being some difficulty with aligning the nodes properly.

    I hope this helps. If you have any quiestions, let me know. Thanks,

    Chris