Minor changes to whats new (#118)

* Minor changes to whats new

* Add perf note
This commit is contained in:
Andy De George
2020-11-11 12:19:28 -08:00
committed by GitHub
parent 1130808ce6
commit 5b0f87d944
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
@@ -5,7 +5,7 @@ ms.date: 11/05/2020
ms.topic: conceptual ms.topic: conceptual
--- ---
# What's new (Windows Forms.NET) # What's new (Windows Forms .NET)
Windows Forms for .NET 5.0 adds the following features and enhancements over .NET Framework. Windows Forms for .NET 5.0 adds the following features and enhancements over .NET Framework.
@@ -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>