[Interest] Infinite scrolling of a QML TableView

Bruno Tezine bruno at tezine.com
Tue Feb 24 20:54:19 CET 2015


Hi all,
  Is it possible to create a QML TableView with infinite scrolling?
  For example, this is possible on a ListView using the code below, but 
I couldn't find a way to do it on a TableView:
         onAtYEndChanged: {
             if(atYEnd) sigEndOfListReached()
         }
Thank you,
    Bruno.



More information about the Interest mailing list