开发者

Add static header (vertical) scrollable view to gridview

开发者 https://www.devze.com 2023-03-09 02:08 出处:网络
开发者_如何学CI want to add static header(scrollable) to a gridview. In Listview I do this using addHeader method.
开发者_如何学C

I want to add static header(scrollable) to a gridview.

In Listview I do this using addHeader method.

Does the gridvew have a method like a addHeader? (I could not find it) Or if not, how can I do this using another option?

Thanks


Your best bet is probably to make a separate layout for the scrollable header, and park it on top of your gridview in a linear or relative layout. That's the way I'd do it, anyway.

0

精彩评论

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