[Lazarus] String Grid Component

Torsten Bonde Christiansen tc at epidata.info
Mon Nov 27 13:43:33 CET 2017


Hi List.

I am looking for grid component that can display string. Simple enought 
and i know of a few already, but the ones i know of cannot do both of 
the following requirements i have:

a) Fast (very low delay on 100.000+ lines of test)
b) Allow selecting multiple cells spanning rows and colomns.

For a) i know of VirtualTreeview which handles large data very very 
fine. The problem is that is does not allow for selecting multiple 
columns and rows combined.

For b) there is the native LCL stringgrid, the lazarus package TKontrols 
is also good, but they don't handle large data very well. Mostly because 
all rows/columns are traversed (initialized) instead of the just the 
actual rows/columns displayed onscreen.

So i am asking if you know of a good string grid component that can 
handle both things equally well.

Kind regards,
Torsten.


More information about the Lazarus mailing list