# Showing A Panning Window

To show Pan Window, use the C1ZoomShowPanWindow method. The method can set the initial position and initial size of the PanWindow by using the overload method.

## Content



To show Pan Window, use the **C1ZoomShowPanWindow** method. The method can set the initial position and initial size of the PanWindow by using the overload method.

```vbnet
C1Zoom1.ShowPanWindow()
```

```csharp
c1Zoom1.ShowPanWindow();
```