BootstrapRowControl.setVerticalAlignment

Vertically aligns the columns in the row.

Possible values are: Start - Aligns columns to the start (often the top) of the row. Center - Aligns columns to the center of the row. End - Aligns columns to the end (often the bottom) of the row. Example:

 controls.ROW1.verticalAlignment = "Start";
 controls.ROW1.setVerticalAlignment("Center");
 

Parameters

java.lang.String  alignment,