开发者

Add static header (vertical) scrollable view to gridview

开发者_如何学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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜