CalendarControl Xojo Plugin

CalendarControl.SizeMode Property

Sets the size of the control (Design mode only property)

SizeMode as Integer {Read and Write}

Remarks

Size_1x = 0
Size_1_5x = 1
Size_1_5x_wide = 2.

Note:
Xojo IDE does not know how to resize the control when you change size mode. So you should probably size it after changing this, and its enough to size it just about as the control will size it self perfectly once its in run mode.

See Also

CalendarControl Control