AD
Administrator
Syncfusion Team
May 10, 2005 06:33 PM UTC
Hi Nietzsche,
you can call
grid.TableControl.ScrollInView(element);
element could be grid.Table.CurrentElement in your case.
Stefan
>I have a GGC grid. When i click on the column header to sort the grid by that column there is a problem with the vertical scrolling: infact, the current row disappears beyond the bottom boundaries of the window.
>
>How can I scroll grid at current select record ? (I don''t know new row index after sort)
>
>Thanks of everything