Skip to main content

Comments

1 comment

  • Dapfor Team

    Hello,

    You can set a row default height for the entire application:

    Preferences.Grid.RowDefaultHeight = height;

    or individually for the grid:

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

    Best regards,
    The Dapfor Team

    0

Please sign in to leave a comment.

Powered by Zendesk