winforms
winforms copied to clipboard
Windows Forms is a .NET UI framework for building Windows desktop applications.
I didn't see an issue for this already (feel free to close if there is one). Looks like coverage is less than 30%. ``` @@ Coverage Diff @@ ## master...
**Is your feature request related to a problem? Please describe.** `ListView.BackgroundImage` is stored into a temporary file when transferred to the native control. This puts pressure on the temp file...
Refer to https://github.com/dotnet/templating/issues/3866
We have a number of collections in WinForms that are currently untyped but also attempt to disallow nulls (either in the collections themselves or in the consumers). We have an...
**Is your feature request related to a problem? Please describe.** See this [Stackoverflow comment which describes the current behavior](https://stackoverflow.com/a/28055196/8731) Currently, the Control.Invoke method only propagates the innermost exception to the...
It seems WinForms on .NET 5 has no built-in support for dark mode theming. I can implement a custom darkmode theme switcher that sets BackColor and ForeColor on most controls...
`DataGridView.Sort` seems to be implemented via the quick sort algo in `DataGridViewRowCollection.RowArrayList`. I would like to be able to sort the DataGridView in a non-destructive (stable) way when changing the...
Please bring the ability of themes to winforms every other platform has it but WinForms. We should be able to set the theme on startup and change it on the...
I want to raise questions about plans for adding ComWrappers support in WinForms. This make WinForms application IL trimming friendly. For me that would be big win for NativeAOT, but...