This is a migrated thread and some comments may be shown as answers.

[Solved] control how to Expand / Collapse

1 Answer 127 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
James
Top achievements
Rank 1
James asked on 08 Jul 2009, 09:43 AM
clicking on either the arrow to the left of the node text or on the node text will expand or collapse, but I want this happens only on clicking the arrow to the left of the node (clicking on the node text, do nothing). Is this possible?

1 Answer, 1 is accepted

Sort by
0
Accepted
Valentin.Stoychev
Telerik team
answered on 08 Jul 2009, 10:19 AM
Hi James,

check this example:
http://demos.telerik.com/silverlight/#TreeView/FirstLook

you should set:
      RadTreeView1.IsExpandOnSingleClickEnabled = false;
      RadTreeView1.IsExpandOnDblClickEnabled = false;

Kind regards,
Valentin.Stoychev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
TreeView
Asked by
James
Top achievements
Rank 1
Answers by
Valentin.Stoychev
Telerik team
Share this question
or