# Displaying Scrollbars

To show Scrollbars instead of the Scroll Indicator, set the C1ZoomScrollIndicatorMode property to ScrollBar.

## Content



To show Scrollbars instead of the Scroll Indicator, set the **C1ZoomScrollIndicatorMode** property to **ScrollBar**.

![](https://cdn.mescius.io/document-site-files/images/b72f799f-5669-44a4-8119-5f3343d59999/images/zoom_scrollbars.png)

```vbnet
c1Zoom1.ScrollIndicatorMode = ScrollIndicatorMode.ScrollBar
```

```csharp
c1Zoom1.ScrollIndicatorMode = ScrollIndicatorMode.ScrollBar;
```