摘要:
dataGrid1.TableStyles["A"].GridColumnStyles[col].Width = width; 下面是一个自动设值列宽的函数,可以参考一下:/// autosize the first column/// /// column numberprivate void AutoSizeCol(int col) { float width = 0; int numRows... 阅读全文
posted @ 2006-01-11 14:11 天天在线 阅读(1621) 评论(2) 推荐(0)
浙公网安备 33010602011771号