Touch Support in Windows Forms Scheduler (Schedule)
3 Sep 2020 / 1 minute to read
The ScheduleControl provides the swipe scrolling and zooming touch support like Outlook calendar. The touch support for schedule control can be enabled by setting the EnableTouchMode property to true
. This will enable the grid to support the swiping, panning, and zooming. Default value of the EnableTouchMode
property is false
.
//Enable the touch mode
scheduleControl1.EnableTouchMode = true;
'Enable the touch mode
scheduleControl1.EnableTouchMode = True
Touch swiping
The ScheduleControl allows you to perform the vertical swipe scrolling in Day, WorkWeek
, and custom views. The previous or next value can be viewed by horizontal swipe scrolling in left to right or right to left direction like MS Outlook.
Touch zooming
The ScheduleControl view can be changed when zooming like MS Outlook calendar.
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page