When using scrollTo ListView does not refresh, but when manually scrolling it refreshes
问题 I have different colors for different lines in the ListView, by setting the color of textbox depending on the line number (in getView() of Adapter). Now when I manually scroll the ListView upwards the correct color is displayed in the bottom lines that get revealed. But when I use scrollTo, this doesnot happen, all lines revealed have the same color (they are not updated). Has anybody faced this issue? This seems baffling! 回答1: ListView#scrollTo doesn't scroll the list contents. (It's a