treelist

Java lists -- does LinkedList really perform so poorly vs ArrayList and TreeList?

Taken from Apache TreeList doc: The following relative performance statistics are indicative of this class: get add insert iterate remove TreeList 3 5 1 2 1 ArrayList 1 1 40 1 40 LinkedList 5800 1 350 2 325 It goes on to say, "LinkedList is rarel...

DX TreeList - how to make Popup menu on Tree Nodes?

Hello, i use DevExpress TreeList. Does anyone can put some example, how to create simple popup menu and add this menu on Nodes in TreeList..? ...

Copy-Paste Data with tree structure

Hello, I have a treeList, loaded with data from SQL DB. The logigs in sql for tree is standart: ID, ParentID and other fields. Now i want to implement Copy-Paste in this tree. When I click on tree, and select "Copy" button on some node with some tree structure, i select to DataTable all information about that object and all his children,...

DX TreeList - How to chango color of some Node

Hello, i have DX treeList, it has some functionality like copy, paste, delete and so on. How to do in C# code, to change some Node color to change to some other color? ...

Using Treelist Values to Query a Sitecore Item

I have an item named All Recipes that contains recipes named R1, R2, and R3. I have another item named My Recipes that has a treelist field named Recipes and it contains selected values R2 and R3 from the All Recipes item. The query I'm trying to write is for the Items field of an RSS Feed. What is the query syntax to show the items in...

Looking for a (free) Silverlight treelist / treegrid control (multi-column treeview)

I am looking for a Silverlight 4 treelist / treegrid control (multi-column treeview; not a simple treeview). There is one at Codeplex: http://multicolumntreelist.codeplex.com, but unfortunately it is under GPLv2 and this is not applicable for me. Does anybody knows alternatvies for that? ...

TcxDBTreeList Delphi 7 not arrowing down

I am using the TcxDBTreeList component with Delphi 7 and I am having some wierd results adding rows. I am using a Tclientdataset for my data. I am appending to it and the row shows up correctly in the treelist. However, its never allowing me to arrow down past the 2nd node in the tree, Even if I've added 10 more nodes. I'm sure it's ...