set one row to the topvisible row of grid
Hi,
I let user to select one row and i know the index of this row.
I want to get this row is the top visible row every time grid is loaded.
I want automatically scroll grid and set this row to top visible row.
Thanks
Kay Zar
0
-
Hi,
Here is an example, demonstrating how to implement this feature:
Row row = ...;
row.Dock = RowDockStyle.Top;
row.EnsureVisible();Best regards,
Dapfor0
Please sign in to leave a comment.
Comments
1 comment