Virtual Treeview is free Delphi component written by Mike Lischke.

learn more… | top users | synonyms

2
votes
1answer
236 views

Delphi what is the Ideal method to populate a VirtualStringTree? [closed]

So I'm working with Delphi 2010 and it's been a while since I began using the VirtualTreeView (precisely VirtualStringTree)..and it seems that I'm doing something in a wrong way..since things aren't ...
2
votes
0answers
147 views

Why don't icons appear beside all the tree nodes I expect?

I'm trying to scan a folder for files & subfolders and then add the result to a VirtualStringTree .. and this works great except when when it comes to add an icon to each node of the treeview ...
2
votes
1answer
167 views

TVirtualTreeView with rows of variable height: scrolling artefacts

I am using the VirtualTreeView together with the OnMeasureItem event to display rows of variable size. The problem is that the event seems to be called only if a row is painted (following the virtual ...
0
votes
1answer
155 views

VirtualTreeView copy tree with data

How to copy all nodes from one VirtualTreeView to another? I tried to use CopyTo-function, but the Data was empty, why? Data contains reference to record (as usual). I've also tried to use the ...
1
vote
1answer
182 views

Virtual TreeView hint not showing

I have set ShowHint to true and HintMode to hmToolTip, but my OnGetHint() event handler doesn't even breakpoint when I hover the cursor over the control. Any idea what I am doing wrong? . ...
0
votes
2answers
272 views

how to add objects to virtualtreeview

In short, I'm trying to add Object into VirtualTreeView but am always getting error EAccessViolation at CellText I'm wondering about the reason for the error i tried to do my best but without ...
0
votes
1answer
136 views

Memory reallocation in delphi

I'm trying to modify the VirtualTreeView to see data in the tree nodes in the design mode. The allocating node memory is in the private static method so I can't do anything about it. I'm trying to ...
1
vote
1answer
152 views

Delphi VirtualTreeView get drawing canvas when repaint is needed [closed]

I'd like some code to do the following with VirtualTreeView, considering I've never used it before: Add x amount of items Define static item size (x,y) Items must work like ListView Icon mode, so ...
2
votes
1answer
120 views

Virtualtreeview dragNdrop

How to copy between two virtualtreeview to copy all columns, not just the first one? before copy: after copy:
1
vote
1answer
196 views

VirtualStringTree: Fix node hitbox after OnBeforeCellPaint

I've for a virtualstringtree control on my form which has to display icons from an imagelist for certain nodes. This works fine, however, it also has to display custom drawn icons that are as tall as ...
3
votes
1answer
234 views

Changing drag cursor in VirtualTreeView

When using VirtualTreeView drag operation by default is [doCopy,doMove]. Move operation is indicated by arrow pointer with small box and Copy operation is indicated by same pointer icon but with added ...
1
vote
1answer
306 views

When to redraw VirtualTreeView after OnNewText event?

I use this code to fill VirtualStringTree and allow renaming items: //--------------------------------------------------------------------------- // Structure for the tree ...
2
votes
1answer
579 views

How to enable checkboxes in Virtual TreeView columns headers?

I'm using Virtual TreeView V5.0.1 (06 Sep 2012) in Delphi XE2. Setting CheckBox := True on a header column property does not enables the checkbox, so here's the question, how do I enable checkboxes on ...
2
votes
2answers
224 views

Is it ever preferable to sort GUI elements instead of sorting the data and have the GUI show the sorted data?

A related question about sorting may be relevant to answering this one. I've realized that VirtualTreeView offers a sorting method of it's own, but it seems to work slower than just sorting through ...
1
vote
2answers
501 views

How to let TVirtualStringTree to display an icon in disabled state?

I need to display files in a directory to a TVirtualStringTree. So, I use SHGetFileInfo to get files' icons. But seems I can only get "normal" icons (Left side on following screen shot). If so, can ...
8
votes
1answer
667 views

Is it possible to use VirtualStringTree for a master detail grid view?

Alright I got something really tricky here... I would like to DRAW/USE Headers to a ChildNode. I think the idea is reasonable because it would look amazing to have headers in subnodes so the ...
3
votes
1answer
683 views

How to select all root or all child nodes in VirtualStringTree?

I would like to select either all root nodes or all child nodes (not all nodes in a VirtualTreeView). I've tried to use this code to select all root nodes: procedure SelectAllRoots; var Node: ...
1
vote
2answers
294 views

VirtualStringTree OnNodeRightClick

I am looking for a procedure or something that gets fired if I right click on a Node (or in general on the VirtualStringTree) I have the following scenario: I have my VST close to a listview. I can ...
1
vote
1answer
256 views

VirtualStringTree aligned text and gridlines

I have a virtualstringtree (Gridlines enabled) with X headers and x roots. I would like to add children (at least 1) to the roots that have only 1 text which is in the middle and goes through all the ...
1
vote
1answer
161 views

VirtualStringTree how to free multiple nodes

I have a VirtualStringTree with X roots and X childnodes. Every root has a special NodeData assigned. Every childnode has another NodeData assigned. How do I know OnFreeNode which is which? Cause I ...
3
votes
1answer
229 views

How can I adjust the indentation of a Virtual TreeView column when auto resizing?

I want to make my columns in a VirtualStringTree to have the same indentation on the left and on the right side of the content when auto sizing a column. Take a look at my sample VST with Header ...
0
votes
0answers
117 views

Virtual TreeView losing toUseExplorerTheme

I have gridlines and toUseExplorerTheme enabled in virtualtreeview (DesignTime). I would like to remove the gridlines in runtime but it seems like I'm losing the toUseExplorerTheme property. Is this ...
3
votes
1answer
492 views

Edit a root node celltext in VirtualTreeView

I would like to change the cell text of an existing virtual (root) node. I can change the data but I have to refresh the whole TreeView so the GetText get's fired again. Is there an easier way or a ...
0
votes
0answers
213 views

Refresh VirtualTreeView images

My Question is how to Refresh VirtualTreeView Images... As balazs suggested in my previous question to use the OnInitNode Event to Load The Icon and store the index of the added icon in the record ...
2
votes
1answer
254 views

How to change the stateindex of a rootnode in Virtual Treeview?

I have a ImageList assigned in Stateimages of a Virtual Treeview. How can I change the stateindex of a root node? I can't find anything. Thank you for your help.
1
vote
1answer
516 views

Virtual TreeView Loop

I would like to go through ALL the roots of a VirtualTreeView and delete them. I don't want to clear it. I get an access violation with this code: var Node : PVirtualNode; begin if ...
3
votes
1answer
465 views

How do I show virtual tree-view grid lines for nodes that don't exist yet?

I use SoftGem's VirtualStringTree in Delphi 7. Is there a way to enable full grid lines (just as in a TListView)? I can only find toShowHorzGridLines, which only shows lines for current nodes, not ...
1
vote
1answer
246 views

virtualtreeview add icon fail

here my simple code to add filename and their associated icon to virtualtreeview PFileInfoRec = ^TFileInfoRec; TFileInfoRec = record strict private vFullPath: string; vFileName: ...
0
votes
1answer
509 views

add small icon to virtualtreeview

i am trying to add small icon to VirtualTreeview in delphi2010 i have ImageList attached to VirtualTreeview using the property images procedure TMainFrm.VSTGetImageIndex(Sender: TBaseVirtualTree; ...
5
votes
1answer
505 views

How to keep editor alive in Virtualtreeview?

I'm trying to build a simple 2 columns grid "property editor" based on VirtualTreeView. (I want to mimic look and user experience seen on Delphi's IDE object inspector) The component is working ...
3
votes
3answers
358 views

TVirtualStringTree - How to change the [-] / [+] buttons?

How can I use my own custom buttons (images) to replace the default [-]/[+] buttons in the VST? I want to use arrows instead (, ), but also to support RTL bidi mode (, ). edit: I am aware of the ...
4
votes
1answer
384 views

How to color blend cells with a background image in VirtualTreeView?

I'm using VT.Background to display a background image in VT with a few columns. But I can't find a way to use different colors for cells because they hide the background image. I have tried to use ...
2
votes
1answer
257 views

Delphi TreeView DestroyWnd/CreateWnd slow

we have a TTreeView that has many nodes - typically 20,000 nodes and more. This TTreeView is used in a docked interface (DevExpress Docking Library). When any form in the application is docked or ...
3
votes
1answer
562 views

Incorrectly drawn themed checkbox in TVirtualStringTree

Checkbox handling in version 5.0.0 of VirtualTrees.pas appears broken when toThemeAware is enabled. Nodes that are csUncheckedNormal are drawn as checked + hot. To correctly paint an unchecked, ...
3
votes
2answers
413 views

VirtualTreeView Finalize in C++ Builder for UnicodeString

I use a VirtualTreeView in C++ Builder and use it with structure like this: struct TVTNodeData { int Index; UnicodeString Caption; } I pre-fill nodes of the tree using loop that has ...
4
votes
2answers
532 views

VirtualTreeView: Check if node is visible

How to check if a node is visible (on screen) with VirtualTreeView component? Something like this: if not Grid.NodeVisible (Node) then Grid.ScrollIntoView (Node, True); The node should be ...
1
vote
1answer
569 views

Delphi VirtualTreeView - autofocusing node on node hover

I'm dragging a node from one app to another. It's working fine only if I previously select node. It's because I collect data using GetNodeData(FocusedNode) method. I'd like somehow auto-focus the ...
4
votes
1answer
763 views

Iterating over nodes and its childs and modify data

I'm using Virtual Tree List for delphi 2009. I've created a tree with data such as: type PTreeData = ^TTreeData; TTreeData = record FCaption: String; FPath: String; end; I want to ...
2
votes
2answers
323 views

Setting caption for Virtual Tree List nodes

I can't understand the process described in documentation. It says to use event: procedure TForm1.VSTGetText(Sender: TBaseVirtualTree; Node: PVirtualNode; Column: Integer; TextType: ...
1
vote
3answers
1k views

Trying to install Virtual Treeview for Delphi XE2

Found trunk here: http://virtual-treeview.googlecode.com/svn/trunk/ Downloaded files... Worked through some errors with search paths (VirtualTreesD could not locate required package "dclstd" - it ...
2
votes
2answers
362 views

More than one component for IVTEditLink editor in VirtualTreeView

Is there a way how to add more than one component into VirtualTreeView's IVTEditLink editor ?
5
votes
2answers
788 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 | ...
4
votes
2answers
623 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
1answer
1k 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 ...
4
votes
3answers
2k 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: ...
8
votes
1answer
270 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 ...
6
votes
2answers
731 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 ...
0
votes
3answers
282 views

Did Delphi XE2 remove the IsWinNT function?

Porting to XE2 and I've got a line IsWinNT that compiled in 7 and Delphi 2009 and never gave us any guff before. I'm not sure what the purpose of such a function is, but was it removed or moved? ...
2
votes
1answer
310 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
453 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. ...

1 2 3