set HScroll to begin

Hi, I have a databoundgrid, and everytime I update the grid, with new rows, the horizontal scroll bar stays at the position he was before the update. Is there any way I can set the scroll bar to the beginning of the grid, showing the grid''s first columns ? Thanks, Jose Melo

1 Reply

AD Administrator Syncfusion Team September 16, 2004 03:56 PM UTC

You can try setting grid.TopRowIndex and grid.LeftColIndex to see if that does what you want.

Loader.
Up arrow icon