private void dataGridView_Paint(object sender, PaintEventArgs e) {
if (ShowLoading)
{
     e.Graphics.DrawString("数据加载中", new Font("Arial", 20), Brushes.Black, 20, this.dataGridViewPCBS.Height / 2);
}
}

相关文章:

  • 2022-01-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-26
  • 2021-06-09
  • 2022-12-23
猜你喜欢
  • 2021-10-05
  • 2022-01-21
  • 2022-02-09
  • 2021-09-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案