Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Scrollview doesnt let mouse clicks pass through in the bottom pixels
Forum Updated to NodeBB v4.3 + New Features

Scrollview doesnt let mouse clicks pass through in the bottom pixels

Scheduled Pinned Locked Moved Solved QML and Qt Quick
2 Posts 1 Posters 178 Views 1 Watching
  • 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.
  • C Offline
    C Offline
    Creaperdown
    wrote on last edited by
    #1

    Hey, I am trying to use a ScrollView, but I cant click on the bottom ~5 pixels for some reasons, it works all fine when replacing ScrollView with Item. I've tried playing around with paddings, but it didnt help:
    https://streamable.com/0ngp40

    Does anyone have an idea why this might happen?
    Thanks in advance

    1 Reply Last reply
    0
    • C Offline
      C Offline
      Creaperdown
      wrote on last edited by
      #2

      I found out that the horizontal Scrollbar was the problem, setting:

      ScrollBar.horizontal.policy: ScrollBar.AlwaysOff
      

      Fixed it.

      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