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 make sticky scrollView effect in Qt
Forum Updated to NodeBB v4.3 + New Features

How make sticky scrollView effect in Qt

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 2 Posters 1.0k 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.
  • V Offline
    V Offline
    Viki_Dev
    wrote on last edited by Viki_Dev
    #1

    I have to make a scrolling effect, similar to android contacts view, where the headers are fixed like eg. A header will be fixed all names starting with A. when B will come A will smoothly shift up and B will take its place.
    How to achieve this in QScrollArea. Any suggestion would helpfull.

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

      Hi
      I dont know how the android contact view looks when animated (mine is not)
      but often you can make small animations with
      http://doc.qt.io/qt-5/animation-overview.html
      So maybe a composite widget with a fixed header and a scroll area below could
      get you something alike.

      1 Reply Last reply
      0
      • V Offline
        V Offline
        Viki_Dev
        wrote on last edited by
        #3

        Contacts view of iphone is also having same scrolling effects

        mrjjM 1 Reply Last reply
        0
        • V Viki_Dev

          Contacts view of iphone is also having same scrolling effects

          mrjjM Offline
          mrjjM Offline
          mrjj
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @Viki_Dev
          Ok
          I guess my android just too old :)
          In any case, you would have to hand program 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