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. Can ColumnLayout scrollable?
Forum Updated to NodeBB v4.3 + New Features

Can ColumnLayout scrollable?

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
3 Posts 2 Posters 824 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
    Mr Pang
    wrote on last edited by
    #1

    I have a window, which uses a ColumnLayout and puts some Items to it. My phone screen is 2550*1600 , so I can see all the items. But when test on some small screen phones, they cannot see all the items.
    How to let ColumnLayout scrollable ? Or any better idea?
    Thanks.

    raven-worxR 1 Reply Last reply
    0
    • M Mr Pang

      I have a window, which uses a ColumnLayout and puts some Items to it. My phone screen is 2550*1600 , so I can see all the items. But when test on some small screen phones, they cannot see all the items.
      How to let ColumnLayout scrollable ? Or any better idea?
      Thanks.

      raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by
      #2

      @Mr-Pang
      Make Flickable elemnt and put the ColumnLayout inside it

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      M 1 Reply Last reply
      0
      • raven-worxR raven-worx

        @Mr-Pang
        Make Flickable elemnt and put the ColumnLayout inside it

        M Offline
        M Offline
        Mr Pang
        wrote on last edited by
        #3

        @raven-worx
        My widget is Popup, so like this?

        Popup {
        contentItem: Flickable {
        ColumnLayout {
        
        }
        }
        }
        
        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