ComponentOne TouchToolKit for WinForms
In This Topic
    TouchToolKit for WinForms Quick Start
    In This Topic

    The following quick start guide is intended to get you up and running with TouchToolKit for Windows Forms. In this quick start you'll create a Windows Forms application that allows you to zoom the Form's content by using the C1Zoom component.

    1. Open the ClickOnceDemo sample from TouchToolKit for WinForms. Please refer to the pre-installed product samples through the following path:
      Documents\ComponentOne Samples\WinForms
      If you do not have that installed open Visual Studio, and create a new Windows Forms Application project.
    2. Double-click the C1Zoom component from the Toolbox to add it to the Form’s component tray. If there is no C1Zoom component in the Toolbox, see "Adding component to the project" page.
    3. Run the project.
    4. Touch the screen by 2 fingers, and make a stretch motion with your thumb. Then, the Form is zoomed based on the space of thumbs.
    5. Stop the motion and release finger from the screen when you get best scale for touch. This gesture is called "Pinch-out" or "Stretch".

     

    1. To scroll the Form by touch, put your finger on the screen and keep contact as you move it around. This gesture is called "Pan".

    1. Go back to original scale by a pinching motion with your thumb.