Re: [SailfishDevel] ListView boundaries

2018-10-29 Thread Michael Fuchs
Dylan Van Assche via Devel schrieb: Hi, I looked at the Qt docs of QML ListView and QML Flickable but I couldn't find a way to detect if the user is at the boundaries of a ListView. When you do that in a SilicaListView, the view fades out. How can I access that property? http://doc.qt.io/q

Re: [SailfishDevel] ListView boundaries

2018-10-21 Thread Андрей Кожевников
QML listview is based on flickable, so... вс, 21 окт. 2018 г., 23:09 Dylan Van Assche via Devel < devel@lists.sailfishos.org>: > > Hi, > > I looked at the Qt docs of QML ListView and QML Flickable but I couldn't > find a way to detect if the user is at the boundaries of a ListView. When > you do