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. Difference in behaviour of ScrollView between Linux and Windows
Qt 6.11 is out! See what's new in the release blog

Difference in behaviour of ScrollView between Linux and Windows

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 666 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.
  • carles.sole.grauC Offline
    carles.sole.grauC Offline
    carles.sole.grau
    wrote on last edited by
    #1

    HI everybody,
    I'm doing a Qt Quick program where I use an ScrollView. And I prefer that the ScrollBars don't be showed. So:

    verticalScrollBarPolicy: Qt.ScrollBarAlwaysOff
    horizontalScrollBarPolicy: Qt.ScrollBarAlwaysOff

    Then, my program on Ubuntu works fine and I can scroll the view clicking on the ScrollView Area and sliding the mouse, but when I test this program on Windows this behaviour doesn't happen.

    Does anyone knows why?

    Thank you very much

    ? 1 Reply Last reply
    0
    • carles.sole.grauC carles.sole.grau

      HI everybody,
      I'm doing a Qt Quick program where I use an ScrollView. And I prefer that the ScrollBars don't be showed. So:

      verticalScrollBarPolicy: Qt.ScrollBarAlwaysOff
      horizontalScrollBarPolicy: Qt.ScrollBarAlwaysOff

      Then, my program on Ubuntu works fine and I can scroll the view clicking on the ScrollView Area and sliding the mouse, but when I test this program on Windows this behaviour doesn't happen.

      Does anyone knows why?

      Thank you very much

      ? Offline
      ? Offline
      A Former User
      wrote on last edited by
      #2

      @carles.sole.grau Hi! Looks like a bug to me. You can file a bug report here.

      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