I can't figure out how to set Flickables contentHeight property if i'm filling it with dynamically created components (Repeater component inside Column component to be exact).
Documentation mentions that setting contentHeight to childrenRect.height will calculate flickables height automatically based on it's children. But i can't get it working.
Am i missing something important?

Reply With Quote

