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
1130
vertical scrollbar in XamMonthView
posted

It looks like XamMonthView autocreates 1 year work of visible days and the user can use the vertical scrollbar to navigate.

How can I disable this feature, I want to show only the days as selected by the xamMonthCalendar. i.e Only  1 month.

 

Parents
  • 320
    posted

    Hello,

    If you want to disable the scrolling functionality altogether, you could alter the template of the XamMonthView. You can find a default template for it in the generic.shared.xaml file. You just need to set the Visibility property of the ScrollBar named WeekScrollBar to collapsed.

    That would result in the ScrollBar never being actually displayed.

    Regards,

    Ivan

     

Reply Children