Tagged Questions

0
votes
1answer
12 views

Treeview in viewbox wpf

Just wondering if it is possible to display treeview in a viewbox. Thanks
2
votes
4answers
64 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
3answers
20 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 …
1
vote
1answer
32 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 …
3
votes
5answers
194 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 …
0
votes
1answer
24 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
3answers
42 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 …
1
vote
2answers
32 views

jquery treeview highlight selected

Is highlighting the selected item supported in jquery treeview? Can you point me at sample code demonstrating?
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
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
23 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 …
0
votes
3answers
57 views

Silverlight 3: Using list of UserControls as ItemsSource for TreeView

I want to populate a TreeView with UserControls, but I only want the Name property to show up, not the entire UserControl. The following code gives me weird crashes as soon as I add something to …
0
votes
0answers
11 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
2answers
48 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 …
0
votes
2answers
58 views

Drag and drop between two user controls

Hi, I have a user control which has a TreeView control in it as flowing... <Grid> <!-- Tree View --> <TreeView Name="devices" ItemsSource="{Binding Entities}" …

1 2 3 4 5 33 next
15 30 50 per page