Hi,

> Also a very good idea that I will look into further.  I am using the Spark
> Data grid

You can get at and change the horizontal and vertical scroll positions. 
grid.layout.verticalScrollPosition / grid.layout.horizontalScrollPosition off 
top of my head. The grid.ensureCellIsVisible() may also help as it can scroll 
to a position.

Probably not an option but the MX data grid is considerably faster when 
scrolling horizontally, particularly for large datasets. It also has methods 
like scrollPositionToIndex() that can set the position vertically and 
horizontally.

Thanks,
Justin


Reply via email to