> On 25 Feb 2016, at 14:30, Trevor DeVore <li...@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
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to