ListView scoll to top after update element

Trying to display some real time information using listview, but it scoll to top after update the element.

If you want the last entry to be first in the list, then use the add element at index block from Lists (add at index = 1)

So like, there are ten element in the list List1= [“A”, “B”, “C”, “D”, “E”, “F”, “G”, “H”, “I”, “J”]. When I scroll to “G”, then using set ListView.Element to List1 to update the listing, it will scroll to top. I hope that it still keep on “G”.

Solved. By using the VerticalScrollArrangement.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.