[Interest] RowLayout overlap when resize the app

Máximo Ramírez aquiles011 at gmail.com
Sun Sep 18 09:22:15 CEST 2016


Hello,


I created a layout for my app, inside a Flickable put a ColumnLayout
with 3 RowLayout, inside each RowLayout I put a ListView, like show in
the code at the end. The app show like in the following link

http://imgur.com/a/yftsQ


But when I change the size of the app the last RowLayout overlap with
the second RowLayout


http://imgur.com/a/xHeA6


I would wait that when resize the app use the scroll for the items that
can't show, but instead of, overlap them.


Any idea how can I solve this issue?


    Flickable {

        anchors.fill: parent

        ColumnLayout {

            Layout.fillHeight: true

            RowLayout {}

            RowLayout {}

            RowLayout {}

        }


        ScrollBar.vertical: ScrollBar {
                    //id: vScrollBar
                    active: true
                }

    }

-- 

Máximo Ramírez

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20160918/eca27c82/attachment.html>


More information about the Interest mailing list