set_row_spacing


Description:

public void set_row_spacing (uint row, uint spacing)

Changes the space between a given table row and the subsequent row.

Note:

Use set_margin_top and set_margin_bottom on the widgets contained in the row if you need this functionality. Grid does not support per-row spacing.

Parameters:

this

a Table containing the row whose properties you wish to change.

row

row number whose spacing will be changed.

spacing

number of pixels that the spacing should take up.