elastic Boolean(default: true)

Whether or not to allow out of bounds dragging and easing.

    <div data-role="view">
        foo
      <div data-role="scroller" style="width: 200px; height: 200px" data-elastic="false">
        <div style="width: 500px; height: 500px">Content</div>
      </div>
        bar
     </div>


    <script>
    new kendo.mobile.Application();
    </script>
In this article