Tagged Questions
Virtual Treeview is free Delphi component written by Mike Lischke.
13
votes
2answers
1k views
Firemonkey version of VirtualTreeView
Does anyone happen to know if there is a Firemonkey version of the popular VirtualTreeView in preparation? Also, has anybody collected some experiences with porting custom controls to Firemonkey and ...
7
votes
2answers
185 views
VirtualTreeView: properly handling selection changes
This question will seem obvious to those who haven't encountered the problem themselves.
I need to handle selection changes in VTV. I have a flat list of nodes. I need to do stuff with all currently ...
7
votes
2answers
754 views
How to install Virtual Treeview?
Virtual treeview by Mike Lischke seems so popular on the web and as third party component. I just downloaded version 4.8.7 on my machine.
I have Delphi 2010 and Delphi 7.0 in 2 partitions.
Aftter ...
7
votes
5answers
913 views
Switching from ListView to VirtualStringTree
I am trying to build my projects with a VirtualStringTree rather than a Listview, because of the vast speed difference. The thing is, even after looking thru the demo's, I just can't figure out ...
6
votes
3answers
636 views
What data structure is best suited for VirtualStringTree?
I guess everyone who had ever used Delphi's VirtualStringTree will agree that it is a great control. It is a "virtual" control (your data must be held somewhere else) so I was thinking what data ...
5
votes
2answers
95 views
VirtualStringTree - Embedding Controls In Cells - Control Not Showing
So, my end game here is to have a way to list items (like a TListView in vsReport) with the add/remove buttons inside the client area.
Ex:
|----------------|
|Old Item 1 X |
|Old Item 2 X |
...
5
votes
0answers
92 views
How to make a selection over a large area of cells in virtualtreeview?
I am using TVirtualTreeView as an excellent alternative to the old TStringgrid.
On one feature that I am missing though, is the possibility to make selections of an any area of cells (other than a ...
5
votes
2answers
183 views
How to disable MouseWheel if mouse is not over VirtualTreeView (TVirtualStringTree)
TVirtualStringTree behaves by default if it is focused - it will scroll on mouse wheel even if mouse is not over control (except if it is over another TVirtualStringTree).
Is there a quick and ...
5
votes
1answer
157 views
Making a master-detail view with a header bar per item group in a Virtual Treeview (TVirtualStringTree)
I am trying to get a result that looks like this out of TVirtualStringTree:
I believe that it might be possible either directly with TVirtualStringTree (the main Virtual Treeview control by Mike ...
5
votes
1answer
318 views
Seperate Datastructure vs VirtualStringTree's PVirtualNodes to store the data?
So I have been messing with creating my own seperate data structure. I finally got it working, but then I discovered that the memory usage was ridiculously high compared to the old method.
To test ...
5
votes
5answers
1k views
TVirtualStringTree - resetting non-visual nodes and memory consumption
I have an app that loads records from a binary log file and displays them in a virtual TListView. There are potentially millions of records in a file, and the display can be filtered by the user, so ...
4
votes
2answers
159 views
How to structure database for quick node access
I am looking for a way to structure database wit VirtualTreeView and SQLite database for quick retrieval of data. With VirtualTreeView there is a OnNodeInit event bu it is not always practical for ...
4
votes
3answers
556 views
VirtualTreeView component for XE2
Where can I get a VirtualTreeView component for Delphi XE2?
I can see the download for VirtualTreeView as the top link here:
...
4
votes
4answers
317 views
What is the best free 3rd Party Tree-implementation for Delphi?
I'm in need of a tree-implementation that I can use with Virtual Treeview, that does not consume too much memory, is easy to use, and as fast as VT (that is, when I store my data in the VT itself)
I ...
4
votes
4answers
649 views
TVirtualStringTree compatibility between Delphi 7 and Delphi 2010 - 'Parameter lists differ'
I've made a form containing a TVirtualStringTree that works in Delphi 7 and Delphi 2010. I notice that as I move between the two platforms I get the message '...parameter list differ..' on the tree ...
4
votes
1answer
644 views
How to drag a file from Virtual TreeView to Windows Explorer
I have a TVirtualStringTree, each node represents a file, what I want to do is to allow a user drag a node to the Windows Explorer or Outlook and the target gets a real file. It seems that I need to ...
3
votes
2answers
276 views
VirtualStringTree Correct/recommended use
I have been using virtualstringtree for a while now. I use it for two different things, first a s a normal tree for selecting ,displaying data and secondly as a grid to show outputs from SQL ...
3
votes
1answer
217 views
Is it safe to access VT data from the other thread?
Is it safe to change VirtualTreeView data from the secondary thread ?
And if yes, should I use critical sections (or even Synchronize method) ?
I'm afraid that when I'll be writing to the VT's data ...
3
votes
1answer
342 views
Is it possible to change the color of a row in a virtual string tree?
I want to change the color of text in a specific row of a virtual string tree. is it possible?
3
votes
1answer
1k views
Delphi - ListView or similar with owner draw button
How do I do create a listview (or similar) with a button on each line? The button needs to be able to have different text/color on each line as required.
I'm sure Virtual Treeview would be perfect ...
3
votes
5answers
1k views
Delphi, VirtualStringTree - classes (objects) instead of records
I need to use a class instead of record for VirtualStringTree node.
Should I declare it standard (but in this case - tricky) way like that:
PNode = ^TNode;
TNode = record
obj: TMyObject;
end;
//..
...
3
votes
3answers
2k views
Fast scrolling in Delphi's Virtual Treeview
[This is an updated version of a question posted earlier, the previous title was Selecting node by index in Delphi’s Virtual Treeview.]
After the better part of a day, I believe I've got the Virtual ...
3
votes
4answers
2k views
Steps to build Virtual Treeview in Delphi 2010
Just bought Delphi 2010 (having skipped 2009) and I am trying to get my project to compile. However, I am running in to a bunch of problems compiling Virtual Treeview 4.8.5. Can someone outline a fool ...
2
votes
2answers
74 views
More than one (1) component in IVTEditLink (FEdit)
Is there a way to add more than one (1) component to virtualtreeview IVTEditLink editor?
2
votes
1answer
93 views
How to stop the sort symbol from hiding when TVirtualTreeView (TVirtualStringTree) header is double clicked
I am using a VirtualStringTree control as a list view and using the sort features. However when I double click the VirtualStringTree header the sort direction symbol hides until I click the header ...
2
votes
1answer
182 views
Virtual Treeview (C++ Builder) 2 icons overlap on Windows 7 but not on XP
I have an issue with VirtualTreeView component on Windows 7. I added a TVirtualStringTree and used OnGetImageIndex event to assign ImageIndex which is always in debugger non-zero value.
...
2
votes
1answer
206 views
How to refresh Vertical scrollbar in VirtualStringTree?
how to refresh the scrollbar of VirtualStringTree if each nodeheight was changed into different Height. coz, the scroll are still in the same state causing other node cannot be viewed when scrolled.
...
2
votes
2answers
260 views
How to modify the focus-box color in TVirtualStringTree?
I need to modify the focus-box's border color of TVirtualStringTree,
just like this pic:
2
votes
1answer
244 views
Is it possible to display one object multiple times in a VirtualStringTree?
I realize that I really need to rewrite my programs data structure (not now, but soon, as the deadline is monday), as I am currently using VST (VirtualStringTree) to store my data.
What I would like ...
2
votes
2answers
621 views
How can I keep the check state of multiple Virtual Tree View nodes in sync?
My tree has 2 levels of nodes - it's a Contact List style tree.
My problem is, that I would like to have every contact checked, in all the "Contact Categories". Here is a screenshot of my contact ...
2
votes
1answer
315 views
How do I create nodes with transparent backgrounds in a TVirtualDrawTree?
I am deriving a custom control from TVirtualDrawTree and I am overriding the DoPaintBackground event to draw a background gradient effect for the tree view.
I am also overriding the DoBeforeItemPaint ...
2
votes
4answers
1k views
Tree-like Datastructure (for use with VirtualTreeview)
I have come to the point where I need to stop storing my data in a VCL component, and have an "underlying datastructure", as Mr. Rob Kennedy suggested.
First of all, this question is about "how do I ...
2
votes
3answers
336 views
Delphi VirtualStringTree - Check for Duplicates?
Yeah, I know I post a lot of questions, but thats because I either need assurance that I am doing it right, what I am doing wrong, or if I am totally clueless, and cant find anything in the ...
2
votes
1answer
429 views
Virtual String Tree - Display subnode when parent node is hidden
Is there a way to show subnode if the parent node is hidden in the Virtual String Tree ?
I have some tasks in the tree structure and I wish to display only tasks which belongs to the current user as ...
2
votes
3answers
918 views
How do you drag and drop a file from Explorer Shell into a VirtualTreeView control in a Delphi application?
There is extensive drag and drop support in VirtualTreeView by Mike Lischke, and I am using TVirtualStringTree, which has some on-drag-and-drop events, but I can not figure out how to get it to ...
2
votes
4answers
704 views
Delphi - Virtual String Tree Slow GetText Method At Large Amount Of Nodes
I am not yet very experienced with the TVirtualStringTree component, therefore maybe I overlooked something trivial.
My app gathers File Information into a record (FileName, Path, Size) and displays ...
2
votes
2answers
1k views
How to use TVirtualStringTree to display multi-line items and “expanded” select item?
I'm looking to create a look similar to the image below (which I know was done using TVirtualStringTree), but I haven't found any example code on how to accomplish this.
Anyone knows how I can have ...
2
votes
3answers
604 views
(RAD Studio) Virtual TreeView: how to initialize all nodes at once?
I just discovered this component and started working with it.
I understand that the whole concept of it is to initialize nodes on the go as they are needed but I need all of them to initialize ...
2
votes
2answers
94 views
Ambiguity between IID_IDropTarget and Virtualtrees::IID_IDropTarget
I'm currently going through a process of refactoring includes to reduce compile time, and I've come across the following compile error:
[C++ Error] some_class.cpp(53): E2015 Ambiguity between ...
2
votes
2answers
481 views
Export a VirtualStringTree to excel, csv?
Is it possible to export a VirtualStringTree to Excel or CSV?
I am using Delphi 2007 and trying to save my VirtualStringTree data records as Excel or CSV format.
2
votes
2answers
452 views
Virtual StringTree: How to determine if the node text is completely shown?
When TVirtualStreeTree.HintMode = hmTooltip, the node text will become the hint text when the mouse is hovered over a node and column where the node text is not completely shown. But I have to set ...
2
votes
2answers
885 views
Multiple Expanding Nodes in Virtual TreeView possible?
I am using a TVirtualStringTree (part of the Virtual TreeView Component) in my Delphi project and I would like to create a view where 2 columns can have children that are expandable/collapsable with ...
2
votes
1answer
485 views
Virtual StringTree: Text returned by the OnGetHint event handler is not shown in the hint window
I wrote a handler for the OnGetHint event of the Virtual StringTree control, and I'm sure that the hint text is returned, but the hint window is blank, see the screenshot below, what might caused this ...
2
votes
1answer
911 views
How to get hot node coords of TVirtualStringTree?
I'm trying to paint VirtualStringTree's cell differently when mouse is over it. How can I detect the coords of hot node? I know there's a HotNode property but it returns only Node that is under mouse ...
2
votes
4answers
964 views
Devexpress ExpressQuantumTreeList vs. Virtual Treeview?
From experience, what is the best general purpose tree list for Delphi: Virtual Treeview or Devexpress ExpressQuantumTreeList ? I'm currently using the Virtual Treeview, which is fine for my needs but ...
2
votes
2answers
1k views
How can Virtual Treeview control be made to always scroll by lines?
The Virtual Treeview scrolls vertically by pixels, unlike the way the standard Delphi grids, TListView and TTreeView (or most of the other such controls that I am aware of) scroll by line and keep a ...
1
vote
1answer
129 views
VirtualTreeview drag and drop to arrange nodes in a list
I've got a list of nodes. I would like to add a drag-and-drop-to-rearrange feature, but I don't know how to go about doing this.
I tried using TVirtualStringTree's OnDragDrop event, but I couldn't ...
1
vote
1answer
208 views
Is it possible to use animated icons with VirtualTreeView nodes?
I am using the awesome VirtualTreeView component with Delphi 2010. Currently, my nodes are setup with a standard image in a TImageList. What I'd like to do is to be able to show some type of spinning ...
1
vote
2answers
298 views
EnumWindows and EnumChildWindows to keep my Treeview updated
I am trying to make a program similar to Winspector Spy. My problem is that I would like my Virtual Treeview to be updated at all times - that is, update it when a window is created, when a window is ...
1
vote
3answers
366 views
How to add from a TStringList to a VirtualTreeView?
Here is what I am "trying" to achieve
I have a function to generate passwords which I then add into a TStringList after this I should populate the VirtualTreeView with the items but I am having no ...