|
Rank: Advanced Member Groups: Member
Joined: 3/9/2010 Posts: 119
|
Is there a way to get and set the vertical and horizontal scroll position of the grid? I could not find a method or property in the documentation.
Thanks,
|
|
Rank: Advanced Member Groups: Member
Joined: 3/9/2010 Posts: 119
|
After more research I found the GridItem.ensureVisible() and the GridColumn.ensureVisible() methods that should do the trick.
Thanks,
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi,
Thank you very much for the update. Indeed those two ensureVisible methods are the closest solutions. The Grid does not have any interface for you to precisely get or set the scroll position.
Thanks!
|
|