# Disabling Scroll Indicator

To disable the Scroll Indicator, set the C1Zoom.ScrollIndicatorMode property to None like the following code:

## Content



To disable the Scroll Indicator, set the **C1Zoom.ScrollIndicatorMode** property to **None** like the following code:

```vbnet
c1Zoom1.ScrollIndicatorMode = ScrollIndicatorMode.None
```

```TITLE
c1Zoom1.ScrollIndicatorMode = ScrollIndicatorMode.None;
```