May 27, 2008

TreeView - Remove Link from the TreeNode

When you have only plain text to display in the TreeView control, you can remove the link from the each node.

Set the SelectAction property to None for each node.

Node.SelectAction = TreeNodeSelectAction.None

No comments: