摘要: public double GetDatagridActualWidth(DataGrid dg) { double totalWidth = 0; foreach(var col in dg.Columns) { totalWidth += col.ActualWidth; } return to 阅读全文
posted @ 2025-07-30 19:46 FredGrit 阅读(10) 评论(0) 推荐(0)