question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Rounded corners are missing in recent alpha builds

See original GitHub issue

Hi,

recently I kept upgrading the nuget packages for my app since I am using the alpha versions anyway, but my RibbonWindow has no more rounded corners (setting CornerPreference="Round" helps neither). I know that it worked with the following versions:

  • Fluent.Ribbon 10.0.0-alpha0197
  • MahApps.Metro 3.0.0-alpha0414

If I am switching back to both “old” versions, my rounded corners are back.

How it looks currently: grafik


Environment

  • Fluent.Ribbon 10.0.0-alpha0250
  • MahApps.Metro 3.0.0-alpha0453
  • Windows 11 Insider Preview (Build: 25300.1000/25309.1000) and Windows 11 Home 22H2 (no Insider Preview)
  • .NET Core 7.0.3

Issue Analytics

  • State:closed
  • Created 7 months ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
batzencommented, Mar 5, 2023

WindowStyle = None means, no native window border. If you still want to have a border you’ll have to use the glow border. Just set PreferDWMBorderColor="False" and CornerPreference="DoNotRound". The glow border does not support rounded corners.

0reactions
andyld97commented, Mar 5, 2023

Thank you for claryfing this, so removing WindowStyle="None" works just fine for me!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Circles to make rounded corners are missing
Solved: Hello. There used to be a quick method to round corners in Illustrator. However, the circles that used to appear inside the...
Read more >
v4: Rounded corner missing when .input-group has label · ...
The css for the rounded corners of .input-group input is build in a way that breaks once you add a label-tag to the...
Read more >
"Round corners" filter disabled in GIMP
If alpha channel is added, you can not use Round Corner Filter. To remove alpha channel, use Layer -> Transparency -> Remove Alpha...
Read more >
How to get edge rounded corner on Stable 115??
Make sure edge is not running on background when you apply the change to its shortcut, and launch it only from there. The...
Read more >
Rounded Corners on 3D Model
I am having trouble figuring out a good way to get rounded corners / fillet on my 3 model of my square shaped...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found