开发者

Android Gridview with a external scrollbar

开发者 https://www.devze.com 2023-03-26 02:32 出处:网络
I have a gridview with some objects inside it and I have an alphabetic list that is compose by a lof of textviews.

I have a gridview with some objects inside it and I have an alphabetic list that is compose by a lof of textviews.

I want to 开发者_如何学Goclick on "A" and the gridview is going down until the letter "A" and the same with the other letters.

Maybe that won't be a problem but the big problem is when I scrolling the gridview, I want to know which items are display and try to get the first item to decide which letter is it.

That look like the iphone contact


There's a very similar situation addressed here:

How to implement scrollbar with thumb for fast scrolling

I'm pretty sure that's exactly what you want.

0

精彩评论

暂无评论...
验证码 换一张
取 消