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.
我有一个显示在数据表视图中的表单。有 35 个字段(列),所以我必须水平滚动。没关系,没问题。我唯一不喜欢的是,在最后一列之后,出现了一个大的空白(空白)区域。就像表格右侧有填充或边距一样。
如何删除该空白区域?(我不喜欢滚动只看到空白)
这就是数据表的工作方式。想想 Excel 工作表的外观。如果要更精确地控制布局,可以将数据呈现为具有多列的连续表单,并将表单的右边缘锚定到窗口的右边缘。但是你会牺牲数据表视图的功能(与 Excel 的双向兼容性等)。