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.
--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to