punker76 on develop
feat: #4362 adapt window to new… refactor: update window samples refactor: add rounded border wi… and 1 more (compare)
punker76 on develop
refactor: use webview2 instead … (compare)
punker76 on develop
fix: use app.manifest only < ne… (compare)
@punker76 Hey Jan I was wondering if you could list GitLurker in the Awesome Application Samples
of MahApps :)
It's an open source project that leverage Caliburn.Micro
and MahApps
to help devs in day to day tasks. 🍻
@QuantumDeveloper the prebuilds are always available here https://ci.appveyor.com/nuget/mahapps.metro
thanks
@punker76 We're in the midst of modernizing our WPF client app and we are heavily invested in MahApps.Metro. Many of our customized styles are BasedOn
the MahApps.Styles
.
We would like to mimic the look of the Windows 11 Common controls by applying rounded corners per the Geometry in Windows 11 guidelines.
Since the base ControlTemplates
already include support for the ControlsHelper.CornerRadius
attached property, it's relatively easy for us to achieve the look we're going for.
That said, we would like to know if you have any specific plans to update the ControlTemplates
and Styles
to make this happen automagically when the client application is running on Windows 11.
We want to avoid any duplication of effort or incompatibilities with future releases of MahApps.Metro if you already have plans for something like this in the works...
I'm not sure if there is solution to my problem already available. But I couldn't google it.
I'm using HamburgerMenu in my .Net 6 WPF application along with Mahapps themes. Initially I was using Dark theme so the hamburger menu looked nice. I added a feature to change the theme runtime. When a light theme is selected Hamburger Menu looks odd. Later I found that's how the Hamburger Menu looks regardless of theme. Is my understanding correct ?
Is there a way I can make the background of the Hamburger Menu to match light theme ?
Hello everyone,
I would like to put a general value to the {TemplateBinding property mah:ControlsHelper.CornerRadius}, but I don't know how to do it, can someone explain me how to do it?
Thanks, regards