-
Notifications
You must be signed in to change notification settings - Fork 5.2k
WinForms DataGridView sample #456
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
Conversation
…e in the repository root
windowsforms/datagridview/CSWinFormDataGridView/CustomDataGridViewColumn/MainForm.cs
Outdated
Show resolved
Hide resolved
|
|
||
| /// <summary> | ||
| /// Returns an image deserialized from a string resource to work around https://github.com/dotnet/corefx/issues/26745 | ||
| /// </summary> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now that there's a fix for dotnet/corefx#26745 in the works, I can probably remove this.
…s the repo's MIT license
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
windowsforms/datagridview/CSWinFormDataGridView/JustInTimeDataLoading/ReadMe.txt
Outdated
Show resolved
Hide resolved
windowsforms/datagridview/CSWinFormDataGridView/MultipleLayeredColumnHeader/ReadMe.txt
Outdated
Show resolved
Hide resolved
windowsforms/datagridview/CSWinFormDataGridView/EditingControlHosting/ReadMe.txt
Outdated
Show resolved
Hide resolved
|
@rpetrusha, I've updated the PR based on your comments. Any other suggestions here or is this one ready to merge? |
|
Thanks for updating your PR, @mjrousos. This is ready to merge. |
.NET Core 3 WinForms sample demonstrating a variety of DataGridView scenarios. Ported from https://code.msdn.microsoft.com/windowsdesktop/CSWinFormDataGridView-29783221