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 there a way to achieve this? Some searching on the Soft-Gems website and forums led me to a couple of mentions of an AdvancedHeaderDraw method and a HeaderQueryElements property on the virtual string tree but I can't work out how to use these.

I also found a demo that uses THeaderControls to achieve a similar effect but there has to be a more elegant solution.

Thanks for your help.

link|improve this question

33% accept rate
feedback

1 Answer

AFAIK there's nothing like this built in. But you could try the VT descendant labeled "Virtual Treeview desc. (nested headers)" on this page.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.