Scrolling form with common grid

I have a scrolling form with a number of Bootstrap 4 buttons and labels, as well as listgroup.
Scrolling up or down the form can be achieved by initially touching any of the controls, except for the common grid. If i start trying to slide down when initially touching that, it won’t scroll.

Is there a way to make the initial touch on the common grid also support scrolling on the form?

Thanks.

In your Grid’s properties, what is ‘scrolling’ set to? It should be off.

That is my problem. I had it set to true.
Thanks.