Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. [Solved]Problem with overlapping of ListView items with other things
Forum Updated to NodeBB v4.3 + New Features

[Solved]Problem with overlapping of ListView items with other things

Scheduled Pinned Locked Moved Mobile and Embedded
3 Posts 2 Posters 2.0k Views 2 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.
  • F Offline
    F Offline
    flashmozzg
    wrote on last edited by p3c0
    #1

    In my app I have menubar, listview, buttongrid (in that order).
    My problem is that on pc it works as expected with menubar (when I scroll my listview app it gets hidden by menubar) but on Android it still visible under menubar. Furthermore, if I scroll it down enough - it gets overlapped by buttonsgrid (grid of buttons 2x3) (on both pc and android). How to deal with it? Also, is it possible to disable scrolling for listview (I have some inner listviews I don't want to be scrollable)?

    1 Reply Last reply
    0
    • p3c0P Offline
      p3c0P Offline
      p3c0
      Moderators
      wrote on last edited by
      #2

      For the first try setting clip property.
      Secondly you can disable scroll by setting interactive to false.

      157

      F 1 Reply Last reply
      1
      • p3c0P p3c0

        For the first try setting clip property.
        Secondly you can disable scroll by setting interactive to false.

        F Offline
        F Offline
        flashmozzg
        wrote on last edited by
        #3

        @p3c0 said:

        For the first try setting clip property.
        Secondly you can disable scroll by setting interactive to false.

        Thanks! That solved 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