2015-05-27 51 views

回答

0

你可以使用。

嘗試

list.smoothScrollToPositionFromTop(0, 0); 

list.smoothScrollToPositionFromTop(list.getHeaderViewsCount(), 0); 

如果你的ListView了頭。

+0

smoothScroll也凸顯了頂部的項目很遺憾。 –

0

您可以嘗試

list.smoothScrollBy(0, 1000); 

if (!ListView.isStackFromBottom()) { 
    ListView.setStackFromBottom(true); 
} 
ListView.setStackFromBottom(false); 
+0

請解釋爲什麼這些解決方案會起作用/他們做什麼而不是僅僅建議他們。 – SuperBiasedMan

+0

不幸的是(仍然突出顯示) –