Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > GridView > how to make a gesture pan in gridview

Answered how to make a gesture pan in gridview

Feed from this thread
  • Eko avatar

    Posted on Jan 23, 2012 (permalink)


    how to make a gesture pan in gridview, I do not use a touchscreen monitor, I want when I click the mouse on the row can slide up and down, almost the same as "demohub" when I click on the panorama can be slide to the left and right.


    Thank You.

    Reply

  • Answer Ivan Todorov Ivan Todorov admin's avatar

    Posted on Jan 26, 2012 (permalink)

    Hi Eko,

    Thank you for your question.

    The functionality which scrolls through the grid with mouse drag is called Kinetic Scrolling, so to enable it, just set:
    this.radGridView1.EnableKineticScrolling = true;

    I hope this will help you. Feel free to ask if you have any additional questions.

    Kind regards,
    Ivan Todorov
    the Telerik team

    SP1 of Q3’11 of RadControls for WinForms is available for download (see what's new).

    Reply

  • Eko avatar

    Posted on Feb 1, 2012 (permalink)

    It's Works!...great
    Many Thanks!!

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > GridView > how to make a gesture pan in gridview
Related resources for "how to make a gesture pan in gridview"

[ Features | Demos | Documentation | Knowledge Base | Telerik TV | Code Library | Step-by-step Tutorial | Blogs | Self-Paced Trainer ]