Skip to main content

set one row to the topvisible row of grid

Comments

1 comment

  • Dapfor Team

    Hi,

    Here is an example, demonstrating how to implement this feature:

    Row row = ...; 
    row.Dock = RowDockStyle.Top;
    row.EnsureVisible();

    Best regards,
    Dapfor

    0

Please sign in to leave a comment.

Powered by Zendesk