[Gambas-user] How to scroll tableview from app
Benoit Minisini
benoit.minisini at ...2...
Thu Apr 27 10:21:25 CEST 2006
On Thursday 27 April 2006 08:23, ron wrote:
> 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
>
Yep!
--
Benoit Minisini
More information about the User
mailing list