Articles in this section
Category / Section

How to enable renaming of a node by pressing the F2 key in WinForms TreeViewAdv?

1 min read

Editing node

To enable users to rename node(s) by pressing the F2 key, set the LabelEdit property of the TreeViewAdv control to True.

C#

this.treeViewAdv1.LabelEdit=true;

VB

Me.TreeViewAdv1.LabelEdit=True

Reference link: https://help.syncfusion.com/windowsforms/treeview/treenodeadvcustomization#editing-the-node

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied