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. How to implement partial scrolling
QtWS25 Last Chance

How to implement partial scrolling

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 3 Posters 552 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.
  • M Offline
    M Offline
    MaultoBello
    wrote on last edited by
    #1

    I'm trying to create a grid-based user interface with columns that have titles followed by elements (similar to the cells in an excel spreadsheet). I was thinking of using a QScrollArea to make it so that the user can scroll through the blue elements, but I'm unsure about how to make it so that the yellow elements stay in place. The reason I'm placing both the yellow and blue elements in the same grid is so that they align perfectly, but it doesn't seem like I can install a scroll area for only the blue part of the grid.

    0_1535831458965_Sin título.png

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      The Frozen Column Example might give some ideas to get you started.

      Hope it helps

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      M 1 Reply Last reply
      2
      • M Offline
        M Offline
        marcela123
        Banned
        wrote on last edited by
        #3
        This post is deleted!
        1 Reply Last reply
        -1
        • SGaistS SGaist

          Hi and welcome to devnet,

          The Frozen Column Example might give some ideas to get you started.

          Hope it helps

          M Offline
          M Offline
          MaultoBello
          wrote on last edited by
          #4

          @SGaist Thank you!

          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