Currently there is not, no. It would be quite easy to add, as the row height is completely abstracted in the code as a private variable mRowHeight, which is initialised to 21 in the OnCreate handler and never changed.
So I believe all that would need to be done is to add a new property and make the setter change mRowHeight, put true into mRecalculate and redraw all. Just outlining what needs to be done here in case anyone would like to add it themselves ;-) On Fri, May 6, 2016 at 11:58 PM Terry Judd <[email protected]> wrote: > So, the LC 8 tree view widget is great. It renders my array beautifully. > The only thing is that I want to increase the row height so I can use it on > a mobile device but there doesn’t seem to be any way to do this – is there? > > Terry… > _______________________________________________ > 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 > _______________________________________________ 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
