Page 1 of 1

Fixed row height data grid LC 8

Posted: Wed May 18, 2016 9:24 pm
by anmldr
How do I turn off the fixed row height of the datagrid in LC 8 as was available in previous versions? I don't see a checked box for it in the object inspector.

Linda

Re: Fixed row height data grid LC 8

Posted: Wed May 18, 2016 10:38 pm
by anmldr
It is apparently called "Empty Row Height" now instead of "Fixed Row Height" as it was in previous versions of LC. Correct me if I am wrong.

Linda

Re: Fixed row height data grid LC 8

Posted: Wed Jun 08, 2016 3:49 pm
by MaxV
It always been the property name fixed row height, the code is:

Code: Select all

set the dgProp[ "fixed row height" ] of group "my Data Grid" to false
You can discover all about datagrid here: http://livecode.wikia.com/wiki/Datagrid_API

Re: Fixed row height data grid LC 8

Posted: Wed Jun 08, 2016 4:01 pm
by MaxV
However the control appears on selecting form mode, now it's called empty row height. (it's too ambiguous so I submitted a bug report http://quality.livecode.com/show_bug.cgi?id=17823 )