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
340
TreeView does not display node color
posted

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?