mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-04 09:06:04 +02:00
Merge pull request #120 from dotnet/publish-24024
Merge master into live
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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]
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user