Grid.ExpandRowsToFit

Grid.ExpandRowsToFit (

string ObjectName,

boolean ExpandFixed = true,

boolean Redraw = true )

Example 1

-- resizes all rows so that they fit in the viewing area
Grid.ExpandRowsToFit("Grid1", true, true);

Resizes all rows so that they fit in the grid object "Grid1".

See also: Related Actions