Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert change to make rows autosize #4977

Merged
merged 1 commit into from
Jul 3, 2019

Conversation

davidwengier
Copy link
Contributor

@davidwengier davidwengier commented Jul 2, 2019

Reverts this commit: c30f462

Fixes AB#936285

When rows are set to autosize the DataGridView ignores any manual change of Height, which means rows can expand to larger than the visible area on the screen. This makes the editing a very poor experience when using very long resource strings.

This also fixes a perf regression mentioned in the bug, and in the code here:
https://github.com/dotnet/project-system/blob/master/src/Microsoft.VisualStudio.Editors/ResourceEditor/ResourceStringTable.vb#L606-L608

… string resources giving a bad editing experience.
@davidwengier davidwengier requested a review from a team as a code owner July 2, 2019 05:28
@davidwengier davidwengier merged commit 3295d12 into dotnet:master Jul 3, 2019
@davidwengier davidwengier deleted the FixLongResourceStrings branch July 3, 2019 03:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants