0
votes
1answer
14 views
Treeview in viewbox wpf
Just wondering if it is possible to display treeview in a viewbox.
Thanks
0
votes
3answers
23 views
WinForms TreeView - how to manually “highlight” node (like it was clicked)
Hi,
I would need to know how to let the programatically selected node make graphically in the state "selected" like the user clicked on it. SelectedNode only makes this one internally selected. Thank …
2
votes
4answers
74 views
problem subclassing TTreeNode in delphi
i'm writing a delphi 2009 app that uses a TTreeView on a docking panel.
i saw i could make big simplifications in my app if i subclassed the TTreeNode. the tree view it's on is placed on a docking …
0
votes
1answer
25 views
Custom drawing Treeview / Treenode
In a normal WinForms TreeView, when you select a TreeNode, it highlights this in a blue, rectangle around the text of the TreeNode. I need a custom drawn treeview, that when selected, the highlighted …
1
vote
1answer
40 views
+200
Binding to a single element inside a CompositeCollection
I am trying to produce a list of servers for browsing on a network such that it produces a tree view which looks like this:
-Local Server
- Endpoint 1
- Endpoint 2
-Remote
- <Double-click to …
0
votes
0answers
12 views
AdvancedDataGrid tree view
I have an AdvancedDataGrid filled by an arraycollection composed by objects
I want to have a tree view in the grid like this example:
I can't solve the problem because i want to mantain the tree …
0
votes
1answer
12 views
Multilevel GridView in WPF
I have been trying to search frantically for Nesting GridViews(4 levels). I have used Rowdetailstemplate for 2 levels for a different view but not beyond it.
Many articles have gridview inside a …
0
votes
2answers
19 views
Excel TreeView multi columns
Hi there,
Sorry for my Noobness with Excel/Vba... coming from a unix world...I need help!
I am trying to build a TreeView in an Excel Form from an excel Sheet with 3 columns. The sheet references a …
0
votes
1answer
21 views
Python QtreeWidget: return tree hierarchy
Hi Everybody,
I got stuck in trying to obtain the hierarchical view of a widget tree.
The code works fine and generates a nice tree like that:
ROOT(Animal):
|
|
|___Not extinct:
. | …
0
votes
1answer
24 views
Treeview to display database - how ?
Work on asp.net vs 05 C#.
I read many books on use of treeviews and they all display sitemaps.
However I want it to display my own database for other purpose - eg supervisor-sunordinates/reports …
1
vote
2answers
36 views
jquery treeview highlight selected
Is highlighting the selected item supported in jquery treeview? Can you point me at sample code demonstrating?
0
votes
0answers
10 views
Is there anyway to override how the ASP.NET TreeNode Control’s renders itself?
What I am trying to do is change the TreeView into a table tree view, an expandable tree that contains cells for other related data per each node. The problem is I have not found anyway to hack …
3
votes
5answers
198 views
Enumerating Collections that are not inherently IEnumerable ?
When you want to recursively enumerate a hierarchical object, selecting some elements based on some criteria, there are numerous examples of techniques like "flattening" and then filtering using Linq …
2
votes
3answers
52 views
+100
How to mix databound and static levels in a TreeView?
I have a collection of Database objects, each containing collections of Schema objects and User objects. I want to bind them to a TreeView, but adding additional static levels in the hierarchy, so …
0
votes
3answers
53 views
How to dynamically create a tree view in asp.net ?
Hi,
I have 2 database tables named Categories and SubCategories and I want to create an Unordered List inside my asp.net web form like a tree view like
ul
li a href=""CategoryDynamicData/li
ul
li …
