Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
310
UltraWinGrid.UltraGrid row padding
posted

I hope this is a rather simple question. I would like to set the padding for each row in the grid to 3 pixels. How can I do this?

Thanks in advance

Omer

  • 469350
    Suggested Answer
    Offline posted

    Hi Omer,

    What do you mean by "row padding"? If you want to create a space between the rows in the grid, you can use the RowSpacingAfter (or RowSpacingBefore) property on the row. I would do this in the InitializeRow event.

    There are also properties on the Override object for CellPadding and CellSpacing.