[Gambas-user] How to scroll tableview from app
ron
ronstk at ...239...
Thu Apr 27 08:23:16 CEST 2006
On Wednesday 26 April 2006 10:36, Benoit Minisini wrote:
> Cells have an X and Y property you can use from scrolling I think:
> TableView1.ScrollY = TableView1[0, n].Y
should be then
TableView1.ScrollY = TableView1[n, 0].Y
because help say
hTableViewCell = hTableView [ Row AS Integer, Column AS Integer ]
and where n is the last row or TableView1.count-1
Ron
More information about the User
mailing list