windows-forms
Windows Forms (WinForms) is a UI framework for building Windows desktop applications. It is a .NET wrapper over Windows user interface libraries, such as User32 and GDI+.
Here are 1,814 public repositories matching this topic...
-
Updated
Jun 23, 2022 - C#
-
Updated
Jun 29, 2022 - C#
-
Updated
Dec 2, 2021 - C#
-
Updated
Jul 7, 2022 - C#
-
Updated
Sep 3, 2021 - C#
-
Updated
May 21, 2022 - C#
-
Updated
Jun 28, 2022 - C#
-
Updated
Jun 26, 2022 - CSS
-
Updated
Jun 23, 2022 - C#
-
Updated
Apr 27, 2022 - C#
-
Updated
Jun 21, 2022 - C#
-
Updated
Sep 24, 2019 - C#
-
Updated
Jun 19, 2022 - C#
-
Updated
Jun 22, 2022 - C#
-
Updated
May 27, 2022 - Visual Basic .NET
-
Updated
Jul 1, 2022 - C#
-
Updated
Jun 22, 2022 - C#
-
Updated
Mar 15, 2017 - C++
-
Updated
Jan 29, 2021 - C#
-
Updated
Sep 10, 2020 - C#
-
Updated
Nov 4, 2018 - C#
-
Updated
May 16, 2019 - C#
-
Updated
Jan 28, 2021 - C#
Created by Microsoft
Latest release about 2 months ago
- Repository
- dotnet/winforms
- Wikipedia
- Wikipedia

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

.NET version
6.0 / 4.8
Did it work in .NET Framework?
No
Issue description
If you have a TreeView control, and you set TreeView.TreeViewNodeSorter = new TreeNodeComparer().
Then .net will set TreeView.Sorted=true.
https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.treeview.treeviewnodesorter
But if you set TreeView.TreeViewNodeSorter = null, Then .n