Skip to main content

Row Height

Comments

1 comment

  • Dapfor Team

    Hi,

    Programmatically you can change the height of rows using the following code:

    Row.Height = 30;

    If you want to allow the user to change the row height through a graphical interface, it suffices to establish the following property to the true:

    Grid.RowSelector.Resizable = true;

    Best regards,

    Dapfor

     

     

     

     

    0

Please sign in to leave a comment.

Powered by Zendesk