Browse Source

.不自动加列。

master
yibo 7 years ago
parent
commit
b7b7703c5f
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      WinFormControl/UDataGridView.cs

+ 1
- 0
WinFormControl/UDataGridView.cs View File

@ -17,6 +17,7 @@ namespace WinFormControl
this.AllowUserToResizeRows = false;
this.BackgroundColor = System.Drawing.Color.White;
this.ColumnHeadersHeight = 24;
this.AutoGenerateColumns = false;
this.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.MultiSelect = false;


Loading…
Cancel
Save