Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有几个以矩形网格排列的视图(使用 GridView)。现在我想扩展点击视图,使其占据整行(即视图应该在一个或两个方向上增长取决于列,如下图中的红色箭头所示)。过渡应该是动画的。
有什么更好的方法:修改网格内的视图或在 GridView 顶部显示另一个视图并调整其大小以覆盖选定的行?