I would like to append stuff on a ListView, and stay on the original position
My rowHasChanged is r1.message != r2.message
Currently I unshift the new data to be appended. I have noticed sometimes it doesnt update the ListView, and I have had to tinker with the dirtyRows to force an update.
Can anyone help me achieve what I intend to ?
I would like to append stuff on a ListView, and stay on the original position
My rowHasChanged is r1.message != r2.message
Currently I unshift the new data to be appended. I have noticed sometimes it doesnt update the ListView, and I have had to tinker with the dirtyRows to force an update.
Can anyone help me achieve what I intend to ?