Hi. I can't change the radtreeview's backcolor...it's color is allaways equal to the backcolor of it's container. Is this a bug? Or I'm doing anything wrong? Thanks.
1 Answer, 1 is accepted
0
Boyko Markov
Telerik team
answered on 23 May 2007, 08:45 PM
Hello Filipe Rodrigues,
RadTreeView supports a gradient background which you could control using properties like: BackColor, BackColor2, BackColor3, BackColor4, NumberOfColors, GradientPercentage, GradientPercentage2. These properties are exposed in RadTreeViewElement, not in RadTreeView.
To enable that gradient backGround you should set the DrawFill property of RadTreeViewElement to TRUE. For example:
radTreeView.TreeViewElement.DrawFill = true;
If you need further assistance feel free to write me back.