TouchToolKit for WinForms | ComponentOne
Zooming Component / C1Zoom Scrolling Appearance and Behavior / C1Zoom Scroll Indicator / Disabling Scroll Indicator
In This Topic
    Disabling Scroll Indicator
    In This Topic

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

    Visual Basic
    Copy Code
    c1Zoom1.ScrollIndicatorMode = ScrollIndicatorMode.None
    Title Text
    Copy Code
    c1Zoom1.ScrollIndicatorMode = ScrollIndicatorMode.None;