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
275
How to retrieve UltraTree resolved override appearances
posted

Hi,

I am using a style library with the UltraTree control and I need to retrieve the resolved Override.NodeAppearance, Override.HotTrackingNodeAppearance, and the Override.SelectedNodeAppearance. How can I do this?

Thank You,
Tracy

Parents
No Data
Reply
  • 2680
    Offline posted
    Hello Tracy,

     

    Thank you for reaching out.

     

    I have been looking into your question and found this forum thread, where a similar question has been discussed. As suggested there, the style library can be loaded from the style manager and its style sets can also be retrieved. From a StyleSet, let’s say the Default one, the StyleSettings for a particular role can be accessed, for example the “TreeNode” role. The various states of the role can be retrieved as well.

     

    I have attached a sample application, that uses the approach from above to retireve the TreeNode's Normal, Active and HotTracked State Appearances. Please, test it on your side and if you require any further assistance on the matter, please let me know.

     

    Sincerely,
    Bozhidara Pachilova
    Associate Software Developer
Children