[Gambas-user] How to scroll tableview from app

ron ronstk at ...239...
Wed Apr 26 05:00:40 CEST 2006


On Wednesday 26 April 2006 04:42, rudy wrote:
>  I multiply the number of row by ten.

if all rows have the same height then use

hi = tableview1.rows[0].height * tableview1.rows.count
if tableview1.header then hi = hi + tableview1.columns.height


Ron




More information about the User mailing list