Skip to content
#

WinForms

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 3,871 public repositories matching this topic...

ReactiveUI

An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.

  • Updated May 1, 2022
  • C#
WindowsCommunityToolkit
michael-hawker
michael-hawker commented Sep 2, 2021

From comment on review here: CommunityToolkit/WindowsCommunityToolkit#4206 (comment)

Describe the bug

Our DataGrid Mountain CSV file: https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/main/Microsoft.Toolkit.Uwp.SampleApp/Assets/mtns.csv

Doesn't contain all the precise dates. Would be good if we can fill in more month/dates for the li

bug 🐛 help wanted documentation 📃 Hacktoberfest
roland5572
roland5572 commented Apr 16, 2022

.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

up-for-grabs good first issue
SandroRiz
SandroRiz commented Oct 7, 2019

After setup my blog (BlogEngine.net 3.3.8.0 on IIS 8.0) to use https I cannot publish anymore a post. Neither I cannot re-add my blog after remove it.

When I try to do, I receive this error


Open Live Writer

Can't connect to your blog service:
Network Connection Error - Error attempting to connect to blog at:
http://www.myDomain.com

bug help wanted good first issue metaweblog-xmlrpc
ReaLTaiizor
mbmigone
mbmigone commented Apr 21, 2022

Any chance to change the ForegroundColor property from private to public so the tabs and the line under them can be customized?

Currently, it is:
https://github.com/Taiizor/ReaLTaiizor/blob/c603f6e63c935254c1cd8555d42d79acb945957d/src/ReaLTaiizor/Controls/TabControl/MetroTabControl.cs#L295-L296

which only allows to use the default color Color.FromArgb(65, 177, 225) defined in the ApplyThe

good first issue question

Created by Microsoft

Latest release about 2 months ago

Repository
dotnet/winforms
Wikipedia
Wikipedia

Related Topics

windows