Hi Tiemo, > Am 04.08.2015 um 17:10 schrieb Tiemo Hollmann TB <[email protected]>: > > Hi Bob, > are you thinking of "dgColumnIsResizable"? It allows the user to resize > manually the column width. > Or do you have another property in mind?
I’m obviously not Bob, but I think he was more thinking of something like: … ## Set width of single column: set the dgColumnWidth[„Name of column"] of group "DataGrid" to 150 .. ## Set width of all columns, supply a COMMA delimited list of desired widths: set the dgProps["column widths"] of group "DataGrid" to „200,200,150,300" … :-) > Tiemo > > -----Ursprüngliche Nachricht----- > Von: use-livecode [mailto:[email protected]] Im Auftrag > von Bob Sneidar > Gesendet: Dienstag, 4. August 2015 16:08 > An: How to use LiveCode <[email protected]> > Betreff: RE: How to resize the columns of a datagrid? > > There's a dgprop for it. Check documentation. Best Klaus -- Klaus Major http://www.major-k.de [email protected] _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
