Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
60
Scrolling ActiveRow to the center of Ultrawingrid
posted

Hi,

now after hours of searching I can't find a way to scroll an activ row to the center of the grid.

With arrowkeys I navigate through all cells, when pressing ENTER I let the grid sorting the appropiate column and "yes I can"  scroll "ScrollRowIntoView".

ultraGrid1.ActiveRowScrollRegion.ScrollRowIntoView(ultraGrid1.ActiveRow);

But I can't scroll to the center of the grid.

Are there any samples or methods to do this?

Thx Nobbi