Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QML scrollbar display issue
Forum Updated to NodeBB v4.3 + New Features

QML scrollbar display issue

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 1 Posters 302 Views
  • 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.
  • JoeCFDJ Offline
    JoeCFDJ Offline
    JoeCFD
    wrote on last edited by JoeCFD
    #1

    I added a scrollbar to qml listview. It shows up only when I pressed it. After its visible is set to true, I still have the same problem.
    I changed its z value as well. No help. What is the problem? Qt 5.15.2 + Ubuntu 18.04

            ScrollBar.vertical: ScrollBar {
                anchors.right: parent.right
                z: 10
                visible: true
            }
    
    1 Reply Last reply
    0
    • JoeCFDJ Offline
      JoeCFDJ Offline
      JoeCFD
      wrote on last edited by
      #2

      No one else has the same issue?

      1 Reply Last reply
      0
      • JoeCFDJ Offline
        JoeCFDJ Offline
        JoeCFD
        wrote on last edited by
        #3

        fixed from the link here: https://stackoverflow.com/questions/69006668/flickable-scrollview-in-qml-with-always-visible-scrollbars-that-dont-overlap

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved