Tagged Questions
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
564 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 ...