DataGridView White Space After Last Column Header

前端 未结 4 766
时光说笑
时光说笑 2021-02-09 20:28

I\'m trying to mimic what every other tabular view does with the DataGridView control, but I can\'t seem to get the headers correct.

I want a blank header to the right o

4条回答
  •  渐次进展
    2021-02-09 20:52

    While it doesn't answer your question, an alternative could be to set the AutoSizeColumnsMode to Fill.

提交回复
热议问题