Hello,
When I create a TreeView via code and a node is disabled, his backColor become "gray-gradient".
But if the Treeview is created in design, there is not backColor .
How can i have the same "Disabled Style" as if i create my treeView via Design ?
Thank you
Thank you for writing.
Please excuse us for the late reply. We have been really busy lately with the preparations for the new release Q1 2009.
As to your question, you experience the described behavior because when you create your RadTreeView through code, it has no theme set. You can address your issue by setting the ThemeName property of your tree view to "ControlDefault" after you add it to your controls collection.