Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dotnet-desktop-guide/net/winforms/overview/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ To learn how to create a Windows Forms app, see [Tutorial: Create a new WinForms

## 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

Expand Down
10 changes: 5 additions & 5 deletions dotnet-desktop-guide/net/winforms/whats-new/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ms.date: 11/05/2020
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.

Expand All @@ -14,8 +14,8 @@ There are a few breaking changes you should be aware of when migrating from .NET
## Enhanced features

- Microsoft UI Automation patterns work better with accessibility tools like Narrator and Jaws.
- Improved performance and reliability.
- Better support for high DPI resolutions such as 4k monitors.
- Improved performance.
- 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.

> [!CAUTION]
Expand All @@ -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>

- Supports collapsible groups.
- Supports collapsible groups
- Footers
- Group subtitle, task, title images, and collapse/expand functionality.
- Group subtitle, task, and title images

- <xref:System.Windows.Forms.FolderBrowserDialog?displayProperty=fullName>

Expand Down