Skip to main content

Change Scrollbar behavior

Comments

1 comment

  • Dapfor Team

    Dear Deepak,

    Please find an example demonstrating how to achieve this behavior:

     

    grid.RowAdded += delegate(object sender, GridRowEventArgs e)
    {
        e.Row.EnsureVisible();
    };

     

    Best regards,

    Dapfor

     

    0

Please sign in to leave a comment.

Powered by Zendesk