Gtk.Table.Resize Method
Resizes the table so that the specified number of rows and columns are available for widget packing.

Syntax

public void Resize (uint rows, uint columns)

Parameters

rows
The new number of rows this table should allow.
columns
The new number of columns this table should allow.

Remarks

Requirements

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