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
390
Disabling Scrolling of MonthViewSingle
posted

Hi all,

 I'd like to disable the ability to scroll a MonthViewSingle control. I hid the scroll bars to achieve try and achieve this but using the mouse wheel still allowed the calendar to be scrolled. Now I'm looking for a "Scrollable" boolean property but couldn't find one.. 

 Please help, thank you very much!

  • 390
    posted

    I figured it out!

     Use the calendar's BeforeScroll event then set e.Cancel = false to cancel scrolling of the calendar.