摘要: #region 自动列宽 for (int I = 0; I < gridView1.Columns.Count; I++) { this.gridView1.BestFitColumns(); this.gridView1.Columns[I].BestFit();//自动列宽 } #endreg 阅读全文
posted @ 2018-10-30 17:21 A-GREATE-USERNAME 阅读(739) 评论(0) 推荐(0)