【发布时间】:2015-03-27 19:10:56
【问题描述】:
有没有办法混合 gridView 中的列数?比如我可以创建一个gridView比如...
X X X X X <--generally how most columns will be arranged
X X X X <--this is the row that is in question
X X X <--I know this is possible by hiding views, columns are aligned
X X X X X
.
.
.
如果您查看第二行,不仅少了一列(可能该列内的视图被隐藏了),而且它也居中。那是我不确定的部分。我知道我可以隐藏视图,但是如何在使用 gridView 时隐藏 + 居中一行?
提前致谢
【问题讨论】: