Re: [Development] ListView.positionViewAtIndex() seems to be unreliable during object initialization

2014-06-02 Thread Michael Zanetti
Hi, I think this is related to a similar issue I've been running into. We identified it to be related to the snapping of the ListView which makes it snap to somewhere else then one would expect for the initial positioning. In your example there seems to be an issue that you set snapMode to Lis

Re: [Development] ListView.positionViewAtIndex() seems to be unreliable during object initialization

2014-06-01 Thread Aleix Pol
On Sat, May 31, 2014 at 11:19 PM, Baldo Davide wrote: > Hello, > > I'm having in issue with ListView.positionViewAtIndex(), i'm changing the > index with the last selection of the user in Component.onCompleted(), > but positionViewAtIndex() seems to behave randomly: sometime the listview > is mov

[Development] ListView.positionViewAtIndex() seems to be unreliable during object initialization

2014-05-31 Thread Baldo Davide
Hello, I'm having in issue with ListView.positionViewAtIndex(), i'm changing the index with the last selection of the user in Component.onCompleted(), but positionViewAtIndex() seems to behave randomly: sometime the listview is moved correctly, sometime is off by 1 or 2 items. I've been having thi