Port DataGridViewColumnCollectionEditor#12925
Conversation
There was a problem hiding this comment.
Copilot reviewed 2 out of 16 changed files in this pull request and generated no comments.
Files not reviewed (14)
- src/System.Windows.Forms.Design/src/Resources/SR.resx: Language not supported
- src/System.Windows.Forms.Design/src/Resources/xlf/SR.cs.xlf: Language not supported
- src/System.Windows.Forms.Design/src/Resources/xlf/SR.de.xlf: Language not supported
- src/System.Windows.Forms.Design/src/Resources/xlf/SR.es.xlf: Language not supported
- src/System.Windows.Forms.Design/src/Resources/xlf/SR.fr.xlf: Language not supported
- src/System.Windows.Forms.Design/src/Resources/xlf/SR.it.xlf: Language not supported
- src/System.Windows.Forms.Design/src/Resources/xlf/SR.ja.xlf: Language not supported
- src/System.Windows.Forms.Design/src/Resources/xlf/SR.ko.xlf: Language not supported
- src/System.Windows.Forms.Design/src/Resources/xlf/SR.pl.xlf: Language not supported
- src/System.Windows.Forms.Design/src/Resources/xlf/SR.pt-BR.xlf: Language not supported
- src/System.Windows.Forms.Design/src/Resources/xlf/SR.ru.xlf: Language not supported
- src/System.Windows.Forms.Design/src/Resources/xlf/SR.tr.xlf: Language not supported
- src/System.Windows.Forms.Design/src/Resources/xlf/SR.zh-Hans.xlf: Language not supported
- src/System.Windows.Forms.Design/src/Resources/xlf/SR.zh-Hant.xlf: Language not supported
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #12925 +/- ##
===================================================
+ Coverage 76.07869% 76.08822% +0.00953%
===================================================
Files 3260 3274 +14
Lines 642402 643737 +1335
Branches 47314 47441 +127
===================================================
+ Hits 488731 489808 +1077
- Misses 150120 150355 +235
- Partials 3551 3574 +23
Flags with carried forward coverage won't be shown. Click here to find out more. |
ricardobossan
left a comment
There was a problem hiding this comment.
Other than a small comment, LGTM!
...m.Windows.Forms.Design/src/System/Windows/Forms/Design/DataGridViewColumnCollectionEditor.cs
Outdated
Show resolved
Hide resolved
|
Please add unit tests |
bde4663 to
28d7e94
Compare
...esign/tests/UnitTests/System/Windows/Forms/Design/DataGridViewColumnCollectionEditorTests.cs
Show resolved
Hide resolved
...esign/tests/UnitTests/System/Windows/Forms/Design/DataGridViewColumnCollectionEditorTests.cs
Outdated
Show resolved
Hide resolved
28d7e94 to
df52aea
Compare
ricardobossan
left a comment
There was a problem hiding this comment.
Please address failing checks
|
@Epica3055 - Please make sure to test this editor on HDPI system with different screen resolutions. You can use our scratch projects, they are set to PerMonitorv2, please test both in PerMonitorV2 and SystemAware mode. |
...m.Windows.Forms.Design/src/System/Windows/Forms/Design/DataGridViewColumnCollectionEditor.cs
Outdated
Show resolved
Hide resolved
...esign/tests/UnitTests/System/Windows/Forms/Design/DataGridViewColumnCollectionEditorTests.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/tests/UnitTests/System/Windows/Forms/Design/DesignerAttributeTests.cs
Outdated
Show resolved
Hide resolved
|
@Tanya-Solyanik |
|
@Epica3055 - please enable newly available editors as inline data in this test - |
I see , the dialog can't start unless the editor service is available. |
...m.Windows.Forms.Design/src/System/Windows/Forms/Design/DataGridViewColumnCollectionEditor.cs
Outdated
Show resolved
Hide resolved
...m.Windows.Forms.Design/src/System/Windows/Forms/Design/DataGridViewColumnCollectionEditor.cs
Show resolved
Hide resolved
...m.Windows.Forms.Design/src/System/Windows/Forms/Design/DataGridViewColumnCollectionEditor.cs
Outdated
Show resolved
Hide resolved
...m.Windows.Forms.Design/src/System/Windows/Forms/Design/DataGridViewColumnCollectionEditor.cs
Outdated
Show resolved
Hide resolved
...m.Windows.Forms.Design/src/System/Windows/Forms/Design/DataGridViewColumnCollectionDialog.cs
Show resolved
Hide resolved
src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/VsPropertyGrid.cs
Outdated
Show resolved
Hide resolved
Tanya-Solyanik
left a comment
There was a problem hiding this comment.
Thank you, looks good!
* Port DataGridViewColumnCollectionEditor * fix unit test * fix comments * add unit test * fix comment * address comments * fix comments * fix comments * fix comments * fix comments
|
Verified the issue with the latest WinForms repo from release/10.0-preview3 branch, now DataGridViewColumnCollectionEditor is supported in runtime. |




Fix #12954
Port DataGridViewColumnCollectionEditor
Microsoft Reviewers: Open in CodeFlow