Example scenario: in the current implementation of the RadScheduleView when touch and drag over an appointment the scrolling action is triggered. The target of this implementation is to change the behavior so when doing the same actions you should drag the appointment.
The described behavior can be achieved setting the TouchDragTrigger property value to TapDown: <Style TargetType="telerik:AppointmentItem" BasedOn="{StaticResource AppointmentItemBaseStyle}"> <Setter Property="telerik:DragDropManager.TouchDragTrigger" Value="TapDown"/> </Style> This should be set to the AppointmentItem using AppointmentStyleSelector as shown in this article -> http://docs.telerik.com/devtools/wpf/controls/radscheduleview/styles-and-templates/appointment-style.html