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.
我有一个表格视图,其中单元格结束后留下了一些间隙。我希望表格的页脚占据那个空间。
我该如何做到这一点?
表格的页脚自动显示在最后一个单元格之后。如果您想确保页脚填充从最后一个单元格到视图底部的所有可能空间,那么只需将页脚设置为屏幕的高度。如果您想动态排列页脚中的任何子视图以使它们全部可见,那么您可能需要将所有单元格的高度相加以确定页脚的可见程度。