TouchToolKit for WinForms | ComponentOne
Zooming Component / C1Zoom Elements / C1Zoom Pan Window Element / Showing A Panning Window
In This Topic
    Showing A Panning Window
    In This Topic

    To show Pan Window, use the C1ZoomShowPanWindow method. The method can set the initial position and initial size of the PanWindow by using the overload method.

    Visual Basic
    Copy Code
    C1Zoom1.ShowPanWindow()
    C#
    Copy Code
    c1Zoom1.ShowPanWindow();