> I want to make a list that keep highlight in fixed position.
> After investigation, PathView seems the choice, but it automatically
> rotate all the elements in the model.
> How to make PathView stop when it reach the last elemnt of model?
> or am I in the right direction?

I don't understand what you want. Do you want a PathView which does
not wrap around, and instead acts more like a ListView in the sense
that when it hits the "end" of the model, it does not wrap to the
beginning?

Also, apropos the highlight, do you want a highlight that stays on
lets say...the a fixed item regardless of what's happening to the
view. For instance, like if there are 10 elements, always stay on
whichever element is in the center, in this case (sort of...) 5?

Of worth mentioning, is that you can temporarily disable flicking of
the model. Not sure if that's what you're going for or not.

-- 
Shaun Reich,
KDE Software Developer (kde.org)
_______________________________________________
Qt-qml mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-qml

Reply via email to