Please use the following code:
this.radPanel1.EnableGesture(GestureType.All);
this.radPanel1.PanGesture += radScrollablePanel1_PanGesture;
private void radScrollablePanel1_PanGesture(object sender, PanGestureEventArgs e)
{
}
Add several controls in the scrollable panel so the horizontal/vertical scrollbar is shown. If you enable all gestures and try to pan in order to scroll to the added controls, neither the PanGesture event is fired, nor the scrollbar is move.
Hi, Umesh,
The previously provided code snippet actually indicates how to replicate the logged issue, not how to workaround it.
As to the illustrated behavior in the gif file, our Demo application uses a RadListView in IconsView. RadListView provides touch support. That is why the scrolling works for it.
Currently, due to the specificity of the Windows messages that are being received by RadSplitContainer, I am unable to suggest a suitable solution for this control. We will do our best to introduce an appropriate solution whenever we have a stable approach for handling this case.
Make sure that you follow this item. Thus, you will get notified once the status changes.
Should you have further questions please let me know.
Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik