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

BasicTableView vertical scrollbar is drawn over the header even for transientScrollBars

XMLWordPrintable

    • 30476f12de5f3fdc1ee91d0065a52c8f661afa7b (qt/qtquickcontrols/5.12)

      The problem is name of listView.transientScrollbars in BasicTableView. It is defined like "transientScrollbars" ("bars" in lower case). But it is used like "transientScrollBars" ("bars" in upper case) in binding for __scrollBarTopMargin.
      Thus binding for __scrollBarTopMargin is not valid.
      I suggest to name transientScrollbars in upper case like in ScrollViewStyle.

        1. solution.patch
          1 kB
          Dmytro Voloshyn
        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
            dmitry_voloshin Dmytro Voloshyn
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes