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
95
appstylist and node appearance
posted

i'm using appstylist on an ultratree but i want to change the font color programmatically

i tried 

this.ultraTree1.Nodes[0].Override.NodeAppearance.ForeColor = Color.Blue;

it's not doing anything

i also tried to change the styleresourcename property

the code is in the form load event

thanks

Parents Reply Children
No Data