Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-140033

Scrollbar not painted in Fusion style

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3: Somewhat important P3: Somewhat important
    • 6.11
    • 6.9.2, 6.10.0 Beta3
    • Quick: Controls 2
    • None

      If you run the following example with "-style Fusion" or on a Platform where Fusion is the default style, the scrollbar uses ScrollBar.AlwaysOn but is not visible until you press it. It works with other styles (Basic, Material, FluentWinUI3).

      import QtQuick
      import QtQuick.Controls
      
      Window {
          width: 128
          height: 128
          visible: true
      
          ScrollView {
              anchors.fill: parent
      
              Label {
                  text: "1\n2\n3\n4\n5\n6\n7\n8\n9\n10\n"
              }
              ScrollBar.vertical.policy: ScrollBar.AlwaysOn
          }
      }
      

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            enz Markus Enzenberger
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes