[]
        
(Showing Draft Content)

Disabling Scroll Indicator

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

c1Zoom1.ScrollIndicatorMode = ScrollIndicatorMode.None
c1Zoom1.ScrollIndicatorMode = ScrollIndicatorMode.None;