简体   繁体   English

使用simplecursoradapter从ListActivity启用快速滚动

[英]Enabling fastscroll from a ListActivity with a simplecursoradapter

I know you can set fastScroll for listViews, but currently I would like to use a ListActivity with a simplecursoradapter instead. 我知道您可以为listViews设置fastScroll,但是目前我想将ListActivity与simplecursoradapter一起使用。 Is there a way to make such a view fast scroll? 有没有一种方法可以使这种视图快速滚动?

It doesn't matter what kind of cursor you use. 使用哪种游标都没关系。 Just set android:fastScrollEnabled in your layout XML file, or call setFastScrollEnabled(true) in code if you prefer it that way. 只需在布局XML文件中设置android:fastScrollEnabled ;如果您愿意,也可以在代码中调用setFastScrollEnabled(true)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM