# C1Zoom Pan Scrolling

When you zoom the Form by touch, you will see partial controls of the Form. In this, you can touch the Form then slide with keeping touch to scroll the Form to see other controls. This is called "Pan" operation.

## Content



When you zoom the Form by touch, you will see partial controls of the Form. In this, you can touch the Form then slide with keeping touch to scroll the Form to see other controls. This is called "Pan" operation.

You can disable this operation by setting the **C1Zoom.AllowPanScroll** property to **False**.

```vbnet
C1Zoom1.AllowPanScroll = False
```

```TITLE
c1Zoom1.AllowPanScroll = false;
```