visibleScrollHints Boolean (default: false)

If set to true, the scroller scroll hints will always be displayed.

The configuration option does not have any effect if the useNative option is set to true.

    <div data-role="view">
        foo
        <div data-role="scroller" style="width: 200px; height: 200px" data-visible-scroll-hints="true">
            <div style="height: 500px">
                Content
            </div>
        </div>
        bar
    </div>


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