Difference between revisions of "CalendarView.AdaptWeeksPerMonth"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (1 revision)
m (100 revisions imported)
 
(94 intermediate revisions by 2 users not shown)
Line 9: Line 9:
  
  
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.
+
 
 +
If True, in [[CalendarView.ViewType|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.

Latest revision as of 14:20, 6 August 2015

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.