Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.14.2, 5.15.1, 5.15.2
-
None
-
-
908aa77d16e00f2bccc0ddae0f8b61955c56a6a1 (qt/qtquickcontrols2/dev) ac41c629fa1be166127d4bce85f6214b9ce987bd (qt/tqtc-qtquickcontrols2/5.15) 058a3accfb2a314ca628075b4c376e321d89f3ce (qt/qtquickcontrols2/6.1)
Description
After setting a custom scrollbar in ScrollView, the original scrollbar remains visible
import QtQuick 2.15 import QtQuick.Controls 2.15 Item { id: root ScrollView { anchors.fill: parent ScrollBar.vertical: ScrollBar { height: parent.height policy: ScrollBar.AlwaysOn } } }
Attachments
Issue Links
- is duplicated by
-
QTBUG-99524 Deafult ScrollBar does not disappear when overridden in ScrollView.
- Closed
For Gerrit Dashboard: QTBUG-89126 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
348523,5 | Hide old scroll bars | dev | qt/qtquickcontrols2 | Status: MERGED | +2 | 0 |
349806,4 | Hide old scroll bars | 6.1 | qt/qtquickcontrols2 | Status: MERGED | +2 | 0 |
349807,2 | Hide old scroll bars | tqtc/lts-5.15 | qt/tqtc-qtquickcontrols2 | Status: MERGED | +2 | 0 |