Tagged Questions

2
votes
4answers
405 views

GenoTechs GTSizer component

Does anyone know of a 3rd party component that works like GTSizer? It appears that GenoTechs no longer exists. We have a number of forms in our Delphi/Oracle enterprise application that have the ...
0
votes
3answers
1k views

Is it possible to select multiple columns in Virtual Treeview?

I need to add functionality to a copy a rectangular selection of nodes and columns, but I can't find any way to actually select multiple columns in Virtual Treeview (beside toFullRowSelect). Am I ...
0
votes
1answer
566 views

Is it possible to have multiple header rows in a virtual string tree?

I have a need for multiple fixed rows for the header of a virtual string view. Something that looks like the effect you get if you set a StringGrid's FixedRows property to a value greater than 1. Is ...