aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickcontrols/doc/snippets/qtquickcontrols-scrollbar-policy-alwayson-when-needed.qml
Commit message (Collapse)AuthorAgeFilesLines
* Doc: explain how to always show ScrollBar when neededMitch Curtis2023-07-051-0/+21
Until we e.g. add a transient property to ScrollBar, we should document how users can ensure that it is always visible when the content size exceeds the view size. Task-number: QTBUG-76895 Change-Id: Iaf755f51ca9fd3865ae710a2cba13b58b897930e Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io> (cherry picked from commit 62e3830944e2b4430cc1443617445560e9e90af1) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>