Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

Flickable doesn't function in a Column

$
0
0
Hi, I think you have to set the contentHeight of the Flickable to the height of the Column, also the Column height should be the height of all children, usually you don’t need to set the height in a Column unless the child elements have no implicit height. I see you are also using anchors in the Flickable, the Column should fill the flickable by itself, I don’t know if that is a good idea to use anchors there. From my experience with Flickable you get this issue when the content size is not set or not correct.

Viewing all articles
Browse latest Browse all 4972

Trending Articles