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

Horizontal scrolling of QML TableView

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Not Evaluated
    • None
    • 5.9.0 Beta 1
    • Quick: Controls 1
    • None
    • Android 6, Qt 5.8 and Qt 5.9b1

    Description

      The horizontal scrolling of QML TableView doesn't work on Android Device.

      For example :

      ```
      import QtQuick 2.7
      import QtQuick.Controls 1.4
      import QtQuick.Layouts 1.1
      import QtQuick.Window 2.2

      ApplicationWindow {
      visible: true
      width: Screen.width < 1280 ? Screen.width : 1280
      height: Screen.height < 800 ? Screen.heght : 800

      TableView {
      anchors.fill: parent
      TableViewColumn

      { title: "Col1" }

      TableViewColumn

      { title: "Col2" }

      TableViewColumn

      { title: "Col3" }

      TableViewColumn

      { title: "Col4" }

      TableViewColumn

      { title: "Col5" }

      TableViewColumn

      { title: "Col16" }

      TableViewColumn

      { title: "Col7" }

      TableViewColumn

      { title: "Col8" }

      TableViewColumn

      { title: "Col9" }

      TableViewColumn

      { title: "Col10" }

      }
      }
      ```

      Attachments

        Issue Links

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

          Activity

            People

              qt.team.quick.subscriptions Qt Quick and Widgets Team
              charlieg Charlie Gentil
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes