2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
Retain the selection rectangle on selected tree nodeSet the TreeViewAdv's HideSelection property to False for this purpose. The appearence of selection rectangle can be changed by followinf 2 properties TreeViewAdv.InactiveSelectedNodeBackground - Assign an object of Brush. TreeViewAdv.InactiveSelectedNodeForeColor - Sets the fore color. C# // to ensure that the selected node is highlighted always this.treeViewAdv1.HideSelection = false; // set custom colors to the selection rectangle this.treeViewAdv1.InactiveSelectedNodeBackground = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.MediumBlue); this.treeViewAdv1.InactiveSelectedNodeForeColor = SystemColors.ActiveCaptionText; VB ' set custom colors to the selection rectangle ' to ensure that the selected node is highlighted always Me.treeViewAdv1.HideSelection = False Me.treeViewAdv1.InactiveSelectedNodeBackground = New Syncfusion.Drawing.BrushInfo(System.Drawing.Color.MediumBlue) Me.treeViewAdv1.InactiveSelectedNodeForeColor = SystemColors.ActiveCaptionText
|
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.