TVirtualTreeView Multi Sort Root › Technical support › Troubleshooting This topic has 9 replies, 2 voices, and was last updated 7 years, 1 month ago by Support. Viewing 10 posts - 1 through 10 (of 10 total) Author Posts October 13, 2017 at 1:35 pm #37614 Stephane SenecalParticipant I do my own sorting in a VirtualStringTree so I can sort on multiple column. How would you suggest I handle the painting of the arrows on the column headers? I tried TreeViewDistribsAdvancedHeaderDraw but, it disables the default drawing of the header by AlphaSkins. Stephane Senecal CIS Group Delphi programmer since 2001 October 17, 2017 at 2:19 pm #57139 SupportKeymaster Hello, Stephane You have only one way, I think – draw alphaskins headers by your own, I can help. If you give me a demo-app with multi-sorting, I can add drawing of headers there. October 18, 2017 at 1:53 pm #57144 Stephane SenecalParticipant Here's a sample program for multi-column sorting. The drawing is done in the very last function and you can shift-click columns to add them to the sorting. Stephane Senecal CIS Group Delphi programmer since 2001 October 19, 2017 at 1:02 pm #57164 SupportKeymaster Thank you What is version number of used VirtualStringTree? October 19, 2017 at 2:32 pm #57166 Stephane SenecalParticipant 4.8.7 under Delphi 7 Stephane Senecal CIS Group Delphi programmer since 2001 October 19, 2017 at 5:22 pm #57171 SupportKeymaster Where can I download it? I have found the v4.7.0 only. October 19, 2017 at 6:34 pm #57172 Stephane SenecalParticipant It doesn't work with 4.7.0? They shouldn't be that different. Stephane Senecal CIS Group Delphi programmer since 2001 October 19, 2017 at 6:47 pm #57173 SupportKeymaster Your demo can't be compiled with 4.7.0, declarations of events are different. I can change sources of the demo, of course, but you should change it back later. October 19, 2017 at 6:53 pm #57174 Stephane SenecalParticipant I'm ok with that. I only need to know how to paint headers. Stephane Senecal CIS Group Delphi programmer since 2001 October 20, 2017 at 6:28 am #57175 SupportKeymaster Look the attached file, added code has the “// Serge” comment Author Posts Viewing 10 posts - 1 through 10 (of 10 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Technical support › Troubleshooting