Hello, I seem not to be able to find a way to sort the ListView of the DataTree within the designer by code. Once I click at the header of the column "Name", the list gets sorted, but how can I sort the name-column by code?
I believe this descends from a normal TListView component so it will need to be sorted as you would in Delphi either using the OnCompare event with the SortType property or the CustomSort routine.
Comments
I believe this descends from a normal TListView component so it will need to
be sorted as you would in Delphi either using the OnCompare event with the
SortType property or the CustomSort routine.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Thank you Nico
Mark