This is a migrated thread and some comments may be shown as answers.

Background not setting in Q1 2011

3 Answers 51 Views
Treeview
This is a migrated thread and some comments may be shown as answers.
Kirk Couser
Top achievements
Rank 1
Kirk Couser asked on 21 Mar 2011, 09:06 PM
Previously I was running the latest 2010 edition of RadControls and had the background color of my TreeViews set to 191 | 219 | 254.  However after updating to Q1 2011, not matter what I set the color to it always shows as white.  I am not sure if this is a bug or if something changed internally.

3 Answers, 1 is accepted

Sort by
0
Accepted
Richard Slade
Top achievements
Rank 2
answered on 22 Mar 2011, 11:21 AM
Hello,

the RadTreeView has been revamped to now follow the TPF (Telerik Presentation Framework) amongst other things,
You can set the back colour of the RadTreeView in teh following way:

RadTreeView1.TreeViewElement.BackColor = Color.Blue
RadTreeView1.TreeViewElement.DrawFill = True

You can also see the release notes for Q1 2011 here

Hope that helps
Richard
0
Kirk Couser
Top achievements
Rank 1
answered on 22 Mar 2011, 05:16 PM
Cool thanks, I'll check it out.
0
Accepted
Richard Slade
Top achievements
Rank 2
answered on 22 Mar 2011, 05:18 PM
You're welcome. If you find this meets your needs, please remember to mark as answer
Thanks
Richard
Tags
Treeview
Asked by
Kirk Couser
Top achievements
Rank 1
Answers by
Richard Slade
Top achievements
Rank 2
Kirk Couser
Top achievements
Rank 1
Share this question
or