The same rules are followed by RowLayout, ColumnLayout and all the other Layout elements.
See https://github.com/qtproject/qtdeclarative/blob/5.7/src/imports/layouts/qquicklayout.cpp#L735 In the code linked above, shouldIgnoreItem() is a function that returns true if the item is not visible or its effective size is 0. NOTE: shouldIgnoreItem() ignores the item if both width AND height are 0. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1560458 Title: Header should only change flickable content margins when its size is not null and it's visible property is true To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1560458/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
