tvirtualstringtree Questions

1

I have an instance of TVirtualStringTree that formats text of a node in two different ways. The implementation is based on using toShowStaticText in the StringOptions as described in the accepted a...
Chalfant asked 29/11, 2016 at 18:30

1

Solved

I have set the the height of the FocusedNode using following code procedure TMainForm.SetheightClick(Sender: TObject); begin if Assigned(tree1.FocusedNode) then Tree1.NodeHeight[Tree1.FocusedNod...
Quiles asked 16/2, 2018 at 6:27

0

I want to use a custom Hint window class for my entire application. I use the Application.OnShowHint, analyze the THintInfo, and return my own TMyHintWindow in the HintInfo.HintWindowClass. This w...
Latex asked 24/6, 2017 at 9:20

1

I have a component of type TVirtualStringTree (let us call it VST). It has nodes in the form of a list, i.e. all the nodes are at the same level. I want to change a focus after deleting a node (wit...
Nowt asked 18/6, 2017 at 18:42

2

Solved

In a Delphi VCL project, I have created a simple TVirtualStringTree with two columns. The first column will contain text identifying the Name of the data being represented. The data record also con...
Cockayne asked 8/5, 2017 at 23:35

1

Solved

I have a need to fill in (with black) the little white square that I've highlighted in the picture below. I have tried adding extra columns. I have tried expanding the PaintInfo.PaintRectangle. I ...
Guardsman asked 6/10, 2015 at 15:43

1

Solved

I would like to highlight the text from a node of VirtualStringTree according to search criteria like example from bellow: Any suggestion please?
Incorrect asked 29/4, 2015 at 13:30

1

Solved

I am attempting to create a view in TVirtualStringTree which will be similar to something like this: In the above example I have shown some of the possible scenarios I want to reach. FolderA has...
Kentiga asked 3/12, 2014 at 15:19

1

Solved

It's easy to check that node is visible. But I don't know how to rightly define that node is presented on screen. I can find out only so: BottomNode := Tree.BottomNode; Node := Tree.TopNode; IdBo...
Patino asked 10/3, 2014 at 10:27

1

I have a VST with 3 columns that evenly take the available space. I have set hoAutoSpring in Header.Options, and all columns have Column[x].Option have coAutoSpring set. Now I want to be able to ...
Standley asked 14/11, 2013 at 13:5

1

Solved

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 childn...
Womanize asked 27/8, 2012 at 17:0

1

Solved

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: PVi...
Gerfen asked 27/8, 2012 at 12:45

3

Solved

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 b...
Highbrow asked 17/5, 2012 at 14:33

1

Solved

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 us...
Manwell asked 10/5, 2012 at 15:11

1

Solved

I have an array holds data will be represented on TVirtualStringTree. This array is thread-safe and lockable. And grown by another thread. My problem is that, when VST executes OnMeasureItem event...
Venality asked 15/4, 2012 at 7:53

1

Solved

I have learned how to use TVirtualStringTree, and I've found it excellent. I have one custom non-visual list called PackedList which is filled by another thread. And I want to show all list content...
Afterheat asked 6/4, 2012 at 13:37

2

Solved

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 | |Add ...
Benefaction asked 27/12, 2011 at 23:51

2

Solved

I am using Delphi2010 and trying to wrap my head around using VirtualStringTree. I've been trying to get it to work with objects and was having no luck until I followed Philipp Frenzel's Virtual T...
Portugal asked 4/11, 2011 at 6:3

2

if I'm not mistaken it's not possible to have invisible nodes in a TVirtualStringTree treeview, as there are no enabled, visible or other properties to do so. Am I right about this? If yes, how di...
Micahmicawber asked 23/8, 2011 at 17:55

1

Solved

I'm converting a tree view from the standard TTreeView to use TVirtualStringTree. My final challenge is to implement a feature where I need to draw a 'pass/fail' status indicator on top of the know...
Thirst asked 3/6, 2011 at 13:22
1

© 2022 - 2024 — McMap. All rights reserved.