aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/customitems/scrollbar/doc/src/scrollbar.qdoc
blob: 5df9e1156d6c3361794c9e5984b0bc12cf7bf29a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright (C) 2017 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
    \title UI Components: Scroll Bar Example
    \example customitems/scrollbar
    \brief The Scroll Bar Example shows how to use scroll bars on a flickable element.

    This example shows how to create scroll bars for a \l Flickable element
    using the \l {Flickable::visibleArea.xPosition}{Flickable::visibleArea}
    properties.

    \image qml-scrollbar-example.png
*/