禁止调整温差图例表的行高
This commit is contained in:
@@ -91,6 +91,8 @@ namespace JoyD.Windows.CS
|
||||
dataGridViewTempDiff.ReadOnly = true;
|
||||
// 禁止用户添加新行
|
||||
dataGridViewTempDiff.AllowUserToAddRows = false;
|
||||
// 禁止用户调整行高
|
||||
dataGridViewTempDiff.AllowUserToResizeRows = false;
|
||||
|
||||
// 添加列:温差值
|
||||
DataGridViewTextBoxColumn columnTempDiff = new DataGridViewTextBoxColumn
|
||||
|
||||
Reference in New Issue
Block a user