开发者

is it possible to set number of colums different for diffrent rows of a grid view?

开发者 https://www.devze.com 2023-01-15 23:34 出处:网络
my pe开发者_如何学Gorpose is to set headers for related items ofgriv view and for this i am thinking about to set the width of gridview diffrent for header and sectional view\'s .......

my pe开发者_如何学Gorpose is to set headers for related items of griv view and for this i am thinking about to set the width of gridview diffrent for header and sectional view's .......

if any other way 2 set sectional header for related items is possible ???


is it possible to set number of colums different for diffrent rows of a grid view ??

No, sorry.

if any other way 2 set sectional header for related items is possible ???

In theory, sections in a GridView should be no different than sections in a ListView. You need a custom Adapter that knows about the sections and returns appropriate Views for those section headings, along with the actual data.

That being said, I have never seen a GridView with section headings, so I do not know how well it will work.

0

精彩评论

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