Hello,
I have had precisely the same problem when trying to implement "paged" navigation on a ListView - I've had to work around it by directly modifying the ContentX/Y, which I know is not recommended, but it's the only way I know of achieving such an effect. As far as I am aware, it's not possible to specify an animation to happen when you use positionViewAtIndex (which I actually consider to be an oversight). Though if anyone else can tell me that I'm wrong, I'd be more than happy to hear your solution :) Thanks Mark T From: [email protected] [mailto:[email protected]] On Behalf Of Bartosh Wroblevksy Sent: 04 October 2011 11:42 To: [email protected] Subject: [Qt-qml] smooth scrolling using positionViewatIndex Hi, I apologize in advance if this is in the documentation. I wanted to know if it is possible to apply a NumberAnimation effect when using positionViewAtIndex on a GridView. I would like to have something like this Behavior on ContentY { NumberAnimation { duration:1000 ) } The problem is that even if the method positionViewAtIndex modifies ContentY, the above lines that specify it's behavior have no effect. Thanks, Bartosh
_______________________________________________ Qt-qml mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-qml
