Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct


    Qt World Summit: Early-Bird Tickets

    Unsolved QML TableView horizontal scroll

    QML and Qt Quick
    1
    1
    1863
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • D
      dr.ew last edited by

      Anybody know, why horizontal scrollbar appears only with vertical?
      How to use horizontal scroll if there isn't vertical scroll?

      My code like this:
      TableView {
      id: view
      horizontalScrollBarPolicy: Qt.ScrollBarAsNeeded
      ...
      style: TableViewStyle {
      transientScrollBars: true
      ...
      }
      }

      1 Reply Last reply Reply Quote 0
      • First post
        Last post