'Declaration Public Class CalendarItemGroupPanel Inherits System.Windows.FrameworkElement
public class CalendarItemGroupPanel : System.Windows.FrameworkElement
The CalendarItemGroupPanel is designed to be used within the template of a XamMonthCalendar. When used in the XamMonthCalendar template, this class will automatically generate and arrange CalendarItemGroup instances based on the XamMonthCalendar.CalendarDimensions. When the XamMonthCalendar.AutoAdjustCalendarDimensions is true, the panel will generate more CalendarItemGroups if they can fit up to the MaxGroups, which defaults to 12. You may also retemplate the XamMonthCalendar such that it directly contains CalendarItemGroup instances and set their ReferenceGroupOffset.
By default, the GroupWidth and GroupHeight properties are set to double.NaN. When either is left set to the default, the panel will calculate the size required for a group to display its contents and arrange all the groups using that size.
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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