-
Notifications
You must be signed in to change notification settings - Fork 183
Add WinForms whatsnew #1742
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
Add WinForms whatsnew #1742
Conversation
|
@KlausLoeffelmann @RussKie Anything extra to add here? Any corrections? |
|
@adegeo I've moved to another team at the end of .NET 7, and AFAIK @dreddy-work was the primary owner of the .NET 8 release. |
|
@dreddy-work has moved to another team with CarMob, but I bet he'd be happy to take a look too. |
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.
I'm going to see what else I can find to put in this What's new. It's been a light release, but I do know there was more. Jeremy is going to look too.
| - Correctly scale nested controls. For example, a button that's in a panel, which is placed on a tab page. | ||
| - Scale <xref:System.Windows.Forms.Form.MaximumSize?displayProperty=nameWithType> and <xref:System.Windows.Forms.Form.MinimumSize?displayProperty=nameWithType> properties based on the current monitor DPI settings. | ||
|
|
||
| Starting with .NET 8, this feature is enabled by default and you need to opt out of it to revert to the previous behavior. |
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.
We ended up leaving this as opt in, due to some instability with the designer code gen.
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.
@merriemcgaw , not this one. This is ON by default if users target to .NET 8.0. Are you referring to new AnchorLayout?
|
Will miss both @RussKie and @dreddy-work 😢 |
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.
Looks good
We already do very much! |
|
I'm still here, feel free to ping me any time 😉 |
Summary
Add article
Fixes #1741
Internal previews