Hello!
I have tried to set the background color to "transparant" for a WinTree control without success.I am using AppStyling in my project (Currently RubberBlack) and I placed the WinTree control inside a groupbox.
The attached image shows that their is some sort of backcolor gradient, and I don't know how to get rid of that.
I would like to have the gradient from the groupbox showed instead.
I have realized that this "behavior" is different depending on the app style used. I would like to findan approach that works no matter what app style that is used.
/Henrik
Hello,
Without using AppStylist, were you successful at making the UltraTree back color transparent? I was able to modify the back color and it changes to that of the GroupBox's back color.
this.ultraTree1.Appearance.BackColor = System.Drawing.Color.Transparent;
If so and are experiencing issues strictly with AppStylist would you please modify my attached sample and revert it back so that I can take a look at it?
And yes, without AppStyling, it seems to work. However, you loose the formatting of the nodes that way, so I would like to avoid that...
Hello Michael!
Thanks for your answer. Unfortunately, I couldn't open your sample.
Instead, I have created my own, and that is exactly according to the settings I have in my "real" project.
Please have a look at this.
/H