:: Forum >>
scroll to griddata
hello,
how is it possible to scroll to a defined row in the grid?
thank you!
Goran
Thursday, November 1, 2007
Yes, either you can make this row the current one -
grid.setCurrentRow(i);
or just explicitely set vertical scroll position
grid.setScrollTop(y);
Alex (ActiveWidgets)
Friday, November 2, 2007
This topic is archived.
Back to support forum
Forum search