在winform 编程中设置 DataGrid 控件行高很简单;
dgResult.TableStyles[0].PreferredRowHeight=100;//设置行高
dgResult.DataSource=dtmp;//绑定数据源