winforms
winforms copied to clipboard
Windows Forms is a .NET UI framework for building Windows desktop applications.
* .NET Core Version: .Net 6.0.100-alpha.1.20506.3 * Have you experienced this same bug with .NET Framework?: Yes * More info: It's not a regression issue, it also occurs in .Net...
**Is your feature request related to a problem? Please describe.** If user creates ListViewGroup, creates ListViewItem that linked to this ListViewGroup and adds ListViewItem to ListView then ListViewGroup does not...
**.NET Core Version:** all .NET Core and Desktop Framework **Have you experienced this same bug with .NET Framework?:** Yes **Problem description:** Loading a cursor making use of alpha transparency by...
This is a suggestion ticket from the .NET Developer Community and we'd like to consider it for a future release. https://developercommunity.visualstudio.com/content/idea/567122/change-the-color-and-font-of-listviewgroup.html
_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/content/problem/1149197/net-framework-the-capture-property-is-not-taken-in.html)._ --- Hello,My name is Vladislav Yurgens. I'm a software engineer in the WinForms team at DevExpress. Recently, one of...
* .NET Core Version: This is a problem with the. Net framework and does not test the. Net core * Have you experienced this same bug with .NET Framework?: Yes...
### .NET version .NET 7.0 ### Did it work in .NET Framework? No ### Did it work in any of the earlier releases of .NET Core or .NET 5+? N/A...
### Is your feature request related to a problem? Please describe Not all objects are cleaned after disposing of Control accessible objects because of keeping some value in `Owner`. Needs...
Currently DragDrop process starts with `DragDropEffects DoDragDrop(object data, DragDropEffects allowedEffects)` which inside perform dispatcherization of the supported interfaces and objects. Sometimes this may means that we rely on Built-in COM...
This is a request from the runtime team, aligned with their Arm64 effort. Related to https://github.com/dotnet/runtime/issues/64993 As an example, here’s a pointer to how the perf lab does this. All...