Gtk.Table.SetRowSpacing Method
Sets the spacing around a specified row.

Syntax

public void SetRowSpacing (uint row, uint spacing)

Parameters

row
A zero-indexed row number to adjust the spacing of.
spacing
The number of pixels on each side of the row.

Remarks

To adjust the spacing between all rows, use the Table.RowSpacing property.

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)