Sets the number of months to be displayed in a row.
Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling
Java Copy Code |
---|
public void setMonthsPerRow ( |
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.
If this value multiplied by getVisibleRows is larger than getNumberOfMonths, the calendar component displays scrollbars letting users scroll the view up and down.
JPlanner Programmer's Guide | © 2023 MindFusion |