Skip to content

Commit

Permalink
优化行高设置
Browse files Browse the repository at this point in the history
  • Loading branch information
luxuia committed Sep 17, 2020
1 parent 0e81680 commit 259ed21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ExcelMerge/ExcelGridControl.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ private void ExcelGrid_LoadingRow(object sender, DataGridRowEventArgs e) {

if (item != null) {
row.Header = (item.rowId+1).ToString();
row.Height = item.maxLineCount * 17;
row.Height = item.maxLineCount * 15+5;
}
//row.Header = ite
}
Expand Down

0 comments on commit 259ed21

Please sign in to comment.