Grid.SetRowResize

Grid.SetRowResize ( 

string  ObjectName,

boolean Resizable = true )

Example 1

Grid.SetRowResize("Grid1", true);

Allow rows to be resized by the user at runtime

See also:  Related Actions