Difference between revisions of "CalendarView.AdaptWeeksPerMonth"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (1 revision)
Line 7: Line 7:
 
| readonly=no
 
| readonly=no
 
}}
 
}}
 +
 +
 +
If True, in ViewType Month and Picker, the CalendarView will automatically calculate how many weeks are needed to display the whole month.If False, 6 weeks will always be displayed.

Revision as of 22:59, 29 April 2012

Property (As Boolean)
aCalendarView.AdaptWeeksPerMonth = newValue
or
BooleanValue = aCalendarView.AdaptWeeksPerMonth


If True, in ViewType Month and Picker, the CalendarView will automatically calculate how many weeks are needed to display the whole month.If False, 6 weeks will always be displayed.