Merge branch 'master' into publish-24024

This commit is contained in:
CXWTool Service Account
2020-11-12 07:01:21 +00:00
2 changed files with 6 additions and 6 deletions
@@ -34,7 +34,7 @@ To learn how to create a Windows Forms app, see [Tutorial: Create a new WinForms
## Why migrate from .NET Framework ## Why migrate from .NET Framework
Windows Forms for .NET 5.0 provides new features and enhancements over .NET Framework. For more information, see [What's new (Windows Forms.NET)](../whats-new/index.md). To learn how to migrate an app, see [How to migrate a Windows Forms desktop app to .NET 5](../migration/index.md). Windows Forms for .NET 5.0 provides new features and enhancements over .NET Framework. For more information, see [What's new in Windows Forms for .NET 5](../whats-new/index.md). To learn how to migrate an app, see [How to migrate a Windows Forms desktop app to .NET 5](../migration/index.md).
## Build rich, interactive user interfaces ## Build rich, interactive user interfaces
@@ -14,8 +14,8 @@ There are a few breaking changes you should be aware of when migrating from .NET
## Enhanced features ## Enhanced features
- Microsoft UI Automation patterns work better with accessibility tools like Narrator and Jaws. - Microsoft UI Automation patterns work better with accessibility tools like Narrator and Jaws.
- Improved performance and reliability. - Improved performance.
- Better support for high DPI resolutions such as 4k monitors. - The VB.NET project template defaults to DPI SystemAware settings for high DPI resolutions such as 4k monitors.
- The default font matches the current Windows design recommendations. - The default font matches the current Windows design recommendations.
> [!CAUTION] > [!CAUTION]
@@ -37,9 +37,9 @@ The following controls have been added since Windows Forms was ported to .NET Fr
- <xref:System.Windows.Forms.ListView?displayProperty=fullName> - <xref:System.Windows.Forms.ListView?displayProperty=fullName>
- Supports collapsible groups. - Supports collapsible groups
- Footers - Footers
- Group subtitle, task, title images, and collapse/expand functionality. - Group subtitle, task, and title images
- <xref:System.Windows.Forms.FolderBrowserDialog?displayProperty=fullName> - <xref:System.Windows.Forms.FolderBrowserDialog?displayProperty=fullName>