3.2.0

scroll to griddata

hello,

how is it possible to scroll to a defined row in the grid?

thank you!
Goran
November 1,
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)
November 2,

This topic is archived.

See also:


Back to support forum