Can someone tell me how to hide the root node of a TreeView in WPF/Silverlight? I would still like to display hierarchical data and to be able to expand collapse nodes except for the root node (which shouldn't be displayed at all).
Regards,
Xam
|
Can someone tell me how to hide the root node of a TreeView in WPF/Silverlight? I would still like to display hierarchical data and to be able to expand collapse nodes except for the root node (which shouldn't be displayed at all). Regards, Xam
| |||
|
feedback
|
|
Do you need to have a single root node? If not you could create all your items at the top level.
| |||
|
feedback
|
|
You can create a DataTrigger that makes the root node collapsed This link may help: http://www.beacosta.com/2006/05/how-can-i-change-way-data-_114702952170041155.html | |||
feedback
|