DataGrid

Terence Heaford t.heaford at icloud.com
Thu Feb 25 09:45:40 EST 2016


> On 25 Feb 2016, at 14:30, Trevor DeVore <lists at mangomultimedia.com> wrote:
> 
> The number of rows shouldn't affect the scrolling speed. The DataGrid
> doesn't create any more rows based on the amount of data. It only generates
> enough controls to view the visible rows (+ a handful of others). The
> number of columns can affect the scrolling as more controls have to be
> created based on the number of columns.


The number of visible rows on screen does affect the performance of the DataGrid.

With the increasing size of screens, being able to display more visible rows and full screen mode in the 
likes of OSX,  more and more pressure will be placed on the LiveCode scripting engine.

Do you believe that the performance of the LiveCode scripting engine can be improved to achieve a
full screen smooth scrolling DataGrid similar to NSTableView in Xcode/Objective-C?

All the best

Terry


More information about the use-livecode mailing list