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
40
UltraTreeNode Checkbox and Image order
posted

Is it possible to have an image to the right of checkbox in an UltraTreeNode?

I would like to have an image then the checkbox and then the text for all UltraTreeNodes in the tree.

Parents
No Data
Reply
  • 21795
    Offline posted

    Hello Anthony,

    Thank you for posting in our forum.

    There is no build in property allowing you to set the order of checkbox, image and text of the UltraTree nodes. However you can achieve this by implementing a custom IUIElementCreationFilter and reposition the UIElements of the image and checkbox.

    Please check the attached sample project where I have implement this approach and let me know if you need any additional information.

    Thank you for using Infragistics Controls.

    CAS-169035-V2J5K4.zip
Children
No Data