I'd like to use the XamMonthCalendar as a selector of date ranges (month start to month end) and the CalendarMode property seems to get me quite close to what I want. I would however like to change the layout of the months within each year group so that there is only one row of months presented instead of 3. When you set the CalendarMode to Months, then Jan, Feb, Mar, and Apr are shown on the first row etc.
Is there a way to make the control layout all twelve months for a year on one row?
Hi Aaron,
The XamMonthCalendar uses a specialized panel for arraning the items in the Calendar (the CalendarItemGroupPanel).
If you would submit a feature request for this great idea, that would be great.http://devcenter.infragistics.com/Protected/RequestFeature.aspx
Until we support overriding this panel, you could create your own Month layout and have it transition to and from the XamMonthCalendar. If you need help with specifics, let me know.
Thanks!