Rows Property

The Rows property indicates the number of buttons in a column for a radio button. Together with the Columns property, this property determines the layout of your radio buttons.

The default value for this property is -1, meaning that WebFOCUS Maintain will use as many rows as can fit in the radio button box.

For more information, see Determining the Layout of Your Radio Buttons.

Applies to: Radio buttons.

Setting dynamically:

Winform Set form.radiobutton.ROWS TO n;

WebFOCUS