Hello!

Can you please add pushUpHint property for ViewPlaceholder to control inner PulleyAnimationHint property?

I need to write following code to make it work:

        ViewPlaceholder {
            id: placeholder
            enabled: view.count == 0
            text: "No shortcuts selected"

            Component {
                id: activeContent
                PulleyAnimationHint {
                    flickable: placeholder.flickable
                    width: parent.width
                    height: width
                    anchors.centerIn: parent
                    pushUpHint: true
                }
            }

            Component.onCompleted: {
placeholder._content = activeContent.createObject(placeholder)
            }
        }

Big regards and thanks :)
_______________________________________________
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Reply via email to