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

    When you zoom the Form by touch, you will see partial controls of the Form. In this, you can touch the Form then slide with keeping touch to scroll the Form to see other controls. This is called "Pan" operation.

    You can disable this operation by setting the C1Zoom.AllowPanScroll property to False.

    Visual Basic
    Copy Code
    C1Zoom1.AllowPanScroll = False
    Title Text
    Copy Code
    c1Zoom1.AllowPanScroll = false;