网格视图缺少水平滚动条

Grid view missing Horizondal scroll bar

DataGridView 未显示水平滚动条。我尝试了以下所有方法

  1. 设置卷轴bar:both
  2. 将所有单元格的 属性 冻结为 false
  3. AutoSizeColumnMode:AllCells

尝试将 AutoSizeColumnMode 设置为 None

根据 OP 的要求编辑

如果问题仍然存在,

删除 DataGridView 并拖放新的 DataGridView 并为旧的 DataGridView 提供相同的名称并检查。