Unplanned
Last Updated: 14 Feb 2020 13:37 by ADMIN
Umesh
Created on: 13 Feb 2020 12:12
Category: ScrollablePanel
Type: Bug Report
0
RadScrollablePanel: doesn't fire gesture events when all gestures are enabled

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.

             
2 comments
ADMIN
Dess | Tech Support Engineer, Principal
Posted on: 14 Feb 2020 13:37

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

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Umesh
Posted on: 14 Feb 2020 07:05
Tried using the above code, still couldn't make it to work. Can you send me a sample project please. The functionality has to be similar to the attached gif with The RadScrollablePanel but with a few RadLayoutControls inside its container.
Attached Files: