Version

ResizeMode Enumeration

Determines how the control is sized.
Syntax
'Declaration
 
Public Enum ResizeMode 
   Inherits System.Enum
public enum ResizeMode : System.Enum 
Members
MemberDescription
BaseOnControlSizeThe control displays only as many months as can completely fit in the visible area.
SizeToCalendarControl resizes itself based on how much space is needed to display the months.
UseMonthDimensionsThe UltraMonthViewMultiBase.MonthDimensions value determines the number of months shown and the size of the control does not impact the number of months displayed. If there is not enough room to display the months, they are clipped.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also