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
540
AppStylist for Wintree
posted

We have used a wintree control in our application and have added an App stylist for settings the stylist for various controls.We are showing multiple columns in the tree and have set the view style to OutLookExpress.

Through the code i am able to set the first record (root node record)as the active node (ultratree.ActiveNode = ultratree.Nodes[0]).

 I need to set the backcolor for the activenode.

In the appstylist, i edited the Wintree "TreeNode" settings to set the color, but this is not getting applied after i save the changes and run the application.Please refer the attached screen shots for more info.

Any suggestions on how to set the backcolor of an Active node for a wintree using app stylist?

Thanks,

Narasimha

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi Narasimha,

    It's very hard to guess why this isn't working without more information.

    Exactly what UI Role and what state are you applying the color to?

    The tree has a default appearance for the active node, so the fact that your screen shot does not even show that seems to indicate that your code is doing something to explicitly turn this off.

Children