Hi,
We are using XAM calendar and we want to show XAM calendar in vertical mode. Like Months should be ordered vertically. Suppose Current Month is May should be shown as first Row, First column, June should be in Second Row, Second column.. and so on.. For doing this we have increase the height of calendar. But Its seems to us there is no perfect way to ordered calendar in perfect way. Is there any way , Please let us know.
Thanks
Hello kanwar Pra,
Thank you for your post.
To have the XamCalendar show its months in a vertical orientation, I would recommend usage of the Dimensions property of the XamCalendar. Note, that you will want to make sure that the XamCalendar.AutoAdjustDimensions property is set to "false" first. In XAML, this Dimensions property takes an argument in the format of "X , Y." Using this format, X and Y are both integers. X is the number of Rows that the XamCalendar should show, and Y is the number of columns. If you set the number of columns to 1 and the number of rows to the number of months that you would like to display at one time, you will have a vertically oriented XamCalendar.
Please let me know if you have any other questions or concerns on this matter.
Sincerely,AndrewAssociate DeveloperInfragistics Inc.www.infragistics.com/support
Thanks for your support, But right Now we are using XAM Month view and and In MonthView control not finding any Dimension Property. Should we use XAMCalendar Control?
Thanks.