Skip to content
Commit 9a04b570 authored by Marco Martin's avatar Marco Martin
Browse files

Explicitly bind the calculated implicit height to the flickable contentHeight

Items that can change dinamically their size won't play well with the
auto-created flickable of a SvrollView, as in that case the flickable's
contentHeight needs to be explicitly binded.

Do it after we are sure there is a flickable in the ScrollView as we
don't want to trigger an early creation of  the internal flickable as
the
client code might be wanting to assign a custom created flickable or
item view

BUG:477257
parent da54fb8f
Pipeline #584637 canceled with stage
in 1 minute and 49 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment