Skip to content

Latest commit

 

History

History
54 lines (30 loc) · 2.24 KB

roadmap.md

File metadata and controls

54 lines (30 loc) · 2.24 KB

Windows Forms Roadmap

This roadmap communicates priorities for evolving and extending the scope of Windows Forms. For general information regarding .NET plans, see .NET roadmap.

This repository is a community effort and we welcome community feedback on our plans. The best way to give your feedback is to open an issue in this repo. We also invite contributions. The help wanted issues on GitHub are a good place to start.

Future

Here is the list of improvements we are planning to work on in the future.

Accessibility improvements

Including support for standard WCAG2.1, such as enabling tooltips for controls on Tab (#2726), etc.

High DPI improvements

  • Fix existing scaling bugs in Per Monitor DPI aware applications
  • Enable all controls to support Per Monitor V2 mode
  • Add a new "clean" way of calculating location/size information in PMA mode

Performance improvements

Establish a base line and improve runtime and designer performance.

Testing infrastructure

Add testing infrastructure and improve test coverage.

Some potential features

We also are gathering feedback regarding what other features you'd like to see in WinForms. Please let us know if any of those or something else would be useful for your applications. You an create a feature request in this repo or vote for an existing one.

Add and improve wrappers for missing Win32 controls

Such as Ribbon Control, Balloons, SearchBox, improvements around ListView, etc.

Add support for OS themes in WinForms applications

Enable dark theme, etc.

Present

Windows Forms runtime

Under considerations.
A number of aspects are being considered including (but not limited to) layout engine and high DPI support, theming, new controls and components.

Windows Forms Designer

We continue the work on the designer to to achieve the parity with the .NET Framework designer. This involves adding the remaining controls and features and improving stability and performance for the designer.