Hi, The GridView interactive property is set to false. Flickable signals on onMovementEnded and onMovementStarted are not emitted. I'm using GridViews currentindex to set the position of the highlight and the highlightFollowsCurrentItem is set to true;
The Flickable signals are ONLY generated if GridView's interactive property is set to true and user interacts with the Grid via touchscreen only. For example I want to go to the next row on page down button , I just do gridView.currentIndex= gridView.currentIndex+8 as I have 8 columns. The view scrolls and I want to know when it has stopped scrolling. thanks --amit On Fri, Apr 8, 2011 at 12:27 PM, <[email protected]> wrote: > The GridView is derived from Flickable. > - Juergen > > From: ext amit shah <[email protected]> > Date: Wed, 6 Apr 2011 16:43:13 +0200 > To: "[email protected]" <[email protected]> > Subject: [Qt-qml] Grid View > > Hi , > I'm using a grid view and using a keyboard for navigation no touchscreen. > The gird view is configured for 8 columns and 1 row. > My problem is when I navigate to the next/prev row the view scrolls, i need > to know when the view stopped moving/scrolling. > Is there a way i can get to know if the view has stopped moving , > something like Flickable::onMovementEnded () > I'm using currentIndex for positioning withing the gridview.. > > thanks > --amit > > >
_______________________________________________ Qt-qml mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-qml
