Hi
Michael
Thank
you for contacting Syncfusion support.
Yes,
this reported requirement can be achieved by using properties named “HideSelection”,
“InactiveSelectedNodeBackground” and “InactiveSelectedNodeForeColor” in TreeViewAdv.
Please make use code snippet for your reference.
Code Snippet: [C#]
this.treeViewAdv1.HideSelection
= false;
this.treeViewAdv1.InactiveSelectedNodeBackground
= new Syncfusion.Drawing.BrushInfo(Color.MediumBlue);
this.treeViewAdv1.InactiveSelectedNodeForeColor
= Color.White;
|
We
have also prepared sample for your reference and it can be downloaded from
below location.
Sample: http://www.syncfusion.com/downloads/support/directtrac/general/TREEVI~1-1415557400.ZIP
Screenshot:
Kindly
check with the above solution and let us know if it helps
Regards
Kannan