Re: [SailfishDevel] SilicaListView.scrollToBottom() after appending to a listmodel

2014-03-13 Thread chriswilty
Well, the response was underwhelming... In any case, I sort of solved my issue by using the currentItem/Index way, although when adding the first new item, I do get a strange delay before the animation kicks in. When adding items after that, it works fine. Chris On Fri, 28 Feb 2014 11:12:

[SailfishDevel] SilicaListView.scrollToBottom() after appending to a listmodel

2014-02-28 Thread chriswilty
Excuse the noobie question, I must be doing something obviously wrong... So hopefully the old hands can help. I have a SilicaListView backed by a ListModel, and a pulley-menu command to add an item to the end of the model via ListModel.append(). After adding, I want to scroll the SilicaListView