Resizing datagrid content and controls according to device screen size in LiveCode -
i working on application should able resize according device screen size. managed altmobileresizer.
but not able resize content of data grid row template.
is there way can resize data grid content?
thanks in advance.
you can use dgcolumnwidth property. like:
set dgcolumnwidth["column1"] of group "mydatagrid" twidth there other properties may need , can set of them via dgprop property. like:
set dgprop["row height"] of group "mydatagrid" 75 set dgprop["text size"] of group "mydatagrid" 22 set dgprop["header text size"] of group "mydatagrid" 22 set dgprop["header height"] of group "mydatagrid" 35 have @ datagrid properties @ http://lessons.runrev.com/s/lessons/m/datagrid/l/7343-data-grid-properties
Comments
Post a Comment