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

ScrollBar behaves weirdly with certain paddings

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • 5.6.1
    • 5.6.0
    • Quick: Controls 2
    • None
    • bed6b3d633d83302a8e2167845db4b36e6847f0b

    Description

      import QtQuick 2.6
      import Qt.labs.controls 1.0
      
      ApplicationWindow {
          visible: true
      
          ListView {
              anchors.fill: parent
              model: 100
              delegate: Text {
                  text: modelData
              }
      
              ScrollBar.vertical: ScrollBar {
                  topPadding: 30
              }
          }
      }
      

      Attachments

        1. scrollbar-bug.gif
          353 kB
          Mitch Curtis
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            poikelin Joni Poikelin
            mitch_curtis Mitch Curtis
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes