Questions tagged [treeview]

TreeView control is used to display hierarchical information.

A tree view (control) displays a hierarchy of nodes, where the user can expand and collapse these nodes while navigating through the control. Often a tree view will provide the user the ability to view or edit additional information relating to the node selected.

Tree views are often used to present hierarchical data, such as an XML document or files and folders structure.

9439 questions
26
votes
8 answers

populate treeview from a list of path

I'm trying to populate a treeview from a list of folder path, for…
Eric
25
votes
4 answers

Command for clicking on the items of a Tkinter Treeview widget?

I'm creating a GUI with Tkinter, and a major part of the GUI is two Treeview objects. I need the contents of the Treeview objects to change when an item (i.e. a directory) is clicked twice. If Treeview items were buttons, I'd just be able to set…
Rafe Kettler
  • 75,757
  • 21
  • 156
  • 151
24
votes
6 answers

What is the "standard" JQuery treeview that most people use? It seems the most popular plugin isn't supported anymore?

I've chosen JQuery as my JavaScript library but now I'm a bit frustrated by the JQuery plugin site... the site kinda sucks... the plugin area isn't designed very well and I can only find a few treeviews. The one with the most votes (link text)…
Pete Alvin
  • 4,646
  • 9
  • 39
  • 56
24
votes
1 answer

Javafx 2 TreeView - hide root item

I created my own TreeView in JavaFX 2 with this tutorial. However I want to hide my root node. How it looks like right now: Root element Parent 1 Child 1 Child 2 Parent 2 Child 1 How it should look: Parent 1 Child 1 Child 2 Parent…
Muki
  • 3,513
  • 3
  • 27
  • 50
23
votes
5 answers

Handle editable hierarchical data / TreeView~DataGrid hybrid

I am looking for a WPF control which is a hybrid of TreeView and DataGrid, something like the Visual Studio debugger or QuickBooks contacts list etc. Any other solution on how to handle editable hierarchical data in WPF will be very welcommed as…
Shimmy Weitzhandler
  • 101,809
  • 122
  • 424
  • 632
23
votes
9 answers

Why is the TreeViewItem's MouseDoubleClick event being raised multiple times per double click?

XAML