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!
I figured it out!
Use the calendar's BeforeScroll event then set e.Cancel = false to cancel scrolling of the calendar.