Scrolling speed of a data grid

Terence Heaford t.heaford at btinternet.com
Tue Feb 25 17:06:23 EST 2014


My mistake, when I said fixed row height I meant all rows have the same height of 25.

The text is Lucida Grande 13 point.

All the best

Terry

On 25 Feb 2014, at 20:20, zryip theSlug <zryip.theslug at gmail.com> wrote:

> Terry,
> 
> "Fixed row height" is an option only available for datagrid forms, so
> it should be on no help here.
> 
> For datagrids working with databases, you should have a look to this lesson:
> http://lessons.runrev.com/s/lessons/m/datagrid/l/7341-displaying-large-amounts-of-data
> 
> Basically the trick is to replace the FillinData handlers by one
> GetDataForLine message
> 
> You can also try to set the "animate selections" property of the dg to false:
> 
> set the dgProps["animate selections"] of grp "myDataGrid" to false
> 
> 





More information about the use-livecode mailing list