0
votes
2answers
35 views
WPF: Select TreeViewItem broken past the root level
I'm trying to select a TreeViewItem by ID, but having problems getting it to work past the first (root) level. I've done so much reading round on this and am using the method below.
private static …
0
votes
2answers
31 views
Programmatically toggle a jquery treeview item?
Hey,
I have a jquery treeview as navigation for a website. I am using the options:
unique:true,
collapsed:true
but I need to have the first item expanded. I also would like to be able to toggle …
1
vote
1answer
11 views
Scrolling to selected Treeviewitem within a scrollview.
I have a scrollviewer wrapping a treeview.
I populate the treeview programmatically (it is not bound), and expand the treeview to a predetermined treeviewitem. That all works fine.
My problem …
2
votes
3answers
630 views
WPF: Custom +- in TreeView
Hi all,
It's possible to change the built-in collapse-expand icons of TreeView control (+-) to my own icons?
Thanks in advance!
-1
votes
3answers
101 views
Populating a treeview recursively (a complicated case)
I have some serious problems with populating a treeview recursively and I'll apreciate any help.
I have this DataTable:
ItemID ItemDesc Project Room Closet
Item1 Item1Desc Project1 RoomE …
0
votes
2answers
37 views
WPF TreeView HierarchicalDataTemplate - binding to object with multiple child collections
I am trying to get a treeview to bind my collection so that all groups show nested groups and each group will show entry.
How can I use the HierarchicalDataTemplate so that treeview will process both …
2
votes
3answers
44 views
Java: Nested Tree Structure
I am looking for a way to create a nested tree structure in my GUI. I have a few "boxes" that have items in them. I would like the boxes to be collapsed but expanded when clicked on, like the way …
0
votes
2answers
37 views
Problem with link styling failures in ASP.NET MVC
I have an ASP.NET MVC application that has a jQuery Treeview and a jQuery Splitter in it. There is a header at the top. Below that, the splitter is used to separate the space into two divs. The …
2
votes
4answers
303 views
Hierachical data in TreeViews and TreeView updating technique
I have lots of (hierachical) data that I show in a TreeView (could be around 20K items or more, including children items). The peculiar problem with my data is that each object shown in the treeview …
0
votes
3answers
63 views
Problem with Images on TreeView
I have a TreeView with ItemHeight=16 and CheckBoxes=true. I want to show images that are 8x16 pixels in size on the nodes. But when I do this, the "Plus/Minus" and "CheckBoxes" change their size (get …
0
votes
1answer
23 views
How to expand all nodes of a WPF treeview in code behind?
I might be suffering of Monday's dumbness, but I can't find a nice way of expanding all treeview nodes after I've added them in code behind (something like treeView.ExpandAll()).
Any quick help?
0
votes
1answer
241 views
jQuery treeview with sortable
Hi there,
I was just wondering if anyone knows of any way to get the bassistance treeview plugin to work with jQuery UI's sortable plugin? Particularly in terms of being able to drag and drop the …
0
votes
1answer
33 views
WPF - Bound treeview not updating root items
I'm using a WPF TreeView control, which I've bound to a simple tree structure based on ObservableCollections. Here's the XAML:
<TreeView Name="tree" Grid.Row="0">
…
0
votes
1answer
28 views
How do I bind a TreeView node to a specific view in an Explorer-like UI?
I'm sure there is a simple answer to this but I can't seem to find it. Most examples for binding TreeView nodes are about using a ListView to show the node's details. In the scenario I am working on …
0
votes
3answers
24 views
treeview checkbox menus
well, I am trying to write parallel checkbox menus in html, but somehow my logic is not helping. May be some of you experts can just help me a bit. This is how I want my menus to look
[] Menu 1 …
