virtualtreeview Questions
1
Solved
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...
Friesland asked 20/4, 2010 at 12:36
1
Solved
Climbing the learning mountain of TVirtualTreeView, I'm attempting to create a custom descendant that ensures that, when the control is resized, the width of the last column exactly fills control's...
Orban asked 21/4, 2010 at 2:8
4
Solved
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;
//...
Oilskin asked 18/2, 2010 at 12:14
2
Solved
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 ...
Nonlegal asked 30/5, 2009 at 11:47
3
Solved
I need to add functionality to copy a rectangular selection of nodes and columns, but I can't find any way to actually select multiple columns in a Virtual Treeview (beside toFullRowSelect).
Am I ...
Leslielesly asked 29/1, 2009 at 10:52
© 2022 - 2024 — McMap. All rights reserved.