Using Winforms NetAdvantage 13.1 and UltraTreeView. Without loading a style, I can programmatically change a node's text color:
e.TreeNode.Override.NodeAppearance.ForeColor = Color.Red; As a result, I see a red node.
However, when I load the form with an isl (either Metro or IG), the color is not displayed, although the color's ARGB value is displayed in the debugger.
Is there a way to change the behavior of the theme to display the color?
Thanks for the feedback.
Thanks this was perfect
HI,
If you need any additional assistance don’t hesitate to ask.
Regards
Hi,
The mentioned behavior is expected, because these AppStyles have priority over your settings. There are few different approaches to solve this task, but maybe the easiest way, could be if you modify ResolutionOrder property into your AppStyle. Please take a look on attached video file for more details and if you have any questions, feel free to write me