dotnet / winforms

Windows Forms is a .NET UI framework for building Windows desktop applications.
MIT License
4.37k stars 966 forks source link

Rounded Corners on Components #9426

Open Njoro007 opened 1 year ago

Njoro007 commented 1 year ago

Background and motivation

Hi, WinForms button has rounded corners, is it possible to have the same for GroupBox, Tabs and Panel's Borderlines?

API Proposal

is it possible to have the same for GroupBox, Tabs and Panel's Borderlines?

API Usage

UI improvement

Alternative Designs

No response

Risks

No response

Will this feature affect UI controls?

VS Designer does not have to support this feature

RussKie commented 1 year ago

These are Win32 native controls, Windows Forms only wraps those, and Windows is responsible for drawing those.

merriemcgaw commented 1 year ago

I can take this request back to Windows team and see if there is an option for them to update these common controls like they did for the form, buttons etc. Alas, if they don't have any interest in picking this up, it will be far more difficult to do it over ours.