Skip to content

Commit

Permalink
Merge pull request #4977 from davidwengier/FixLongResourceStrings
Browse files Browse the repository at this point in the history
Revert change to make rows autosize
  • Loading branch information
davidwengier authored Jul 3, 2019
2 parents c70a477 + cdcd7bf commit 3295d12
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ Namespace Microsoft.VisualStudio.Editors.ResourceEditor
AllowUserToDeleteRows = False
EditMode = DataGridViewEditMode.EditOnKeystrokeOrF2
AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.Fill
AutoSizeRowsMode = DataGridViewAutoSizeRowsMode.AllCells
DefaultCellStyle.WrapMode = DataGridViewTriState.True

' when the NullValue set to empty string, DataGridView will compare input string with it by using String.Compare.
Expand Down

0 comments on commit 3295d12

Please sign in to comment.