BootstrapRowControl.setGutter

The gutters between columns in our predefined grid classes are removed when gutters are disabled. This removes the negative margins from the row and the horizontal padding from all immediate children columns.

By default guttering is enabled.

Example:

 controls.ROW1.gutter = false;
 controls.ROW1.setGutter(true);
 

Parameters

boolean  enabled,