Search
MonthRangeSettings.setMonthsPerRow Method
See Also
 






Sets the number of months to be displayed in a row.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public void setMonthsPerRow (
    Integer value
)

 Parameters

value

An integer value specifying how many months are displayed in a row in the month range view. The allowed values range from 1 to 12. Set to null to use the corresponding value from the current theme.

 Remarks

If this value multiplied by getVisibleRows is larger than getNumberOfMonths, the calendar component displays scrollbars letting users scroll the view up and down.

 See Also