Top "Treeview" questions

TreeView control is used to display hierarchical information.

How to programmatically select an item in a WPF TreeView?

How is it possible to programmatically select an item in a WPF TreeView? The ItemsControl model seems to prevent it.

c# .net wpf treeview itemscontrol
JQuery Checkbox Treeview

I am looking for a JQuery Checkbox Treeview. Does anyone know if a good one exists?

jquery-plugins treeview jquery
WPF MVVM TreeView SelectedItem

This cannot be this difficult. The TreeView in WPF doesn't allow you to set the SelectedItem, saying that the property …

wpf mvvm treeview
Select TreeView Node on right click before displaying ContextMenu

I would like to select a WPF TreeView Node on right click, right before the ContextMenu displayed. For WinForms I …

wpf treeview contextmenu
Allow multi-select in a .NET TreeView

I'm stuck in .NET 2.0 Windows Forms. It doesn't look like the ability to select multiple nodes exists in the standard …

c# .net winforms .net-2.0 treeview
Clear a TreeView

I'm loading a TreeView from a list, and the user has a button to delete an item and it deletes …

c# wpf treeview
jsTree Open a branch

I am using the JQuery plugin jsTree, http://www.jstree.com/ I am able to expand the whole tree with …

javascript jquery treeview jstree
Android Treeview

I know there is the ExpandableListView but it only supports up to 2 levels. I need a true treeview vertical list …

java android treeview
WPF TreeView: How to style selected items with rounded corners like in Explorer

The selected item in a WPF TreeView has a dark blue background with "sharp" corners. That looks a bit dated …

wpf xaml treeview styles selecteditem
Find node clicked under context menu

How can I find out which node in a tree list the context menu has been activated? For instance right-clicking …

c# winforms treeview contextmenu