Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1160
How to show Months in vertically Mode in XAM calendar?
posted

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

Parents
  • 34430
    Offline posted

    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,
    Andrew
    Associate Developer
    Infragistics Inc.
    www.infragistics.com/support

Reply Children