I want a glass rectangular window, but changing the CornerRadius has no effect when WindowStyle="None". Please fix.
I dont think someone ever tried this out, because the close button and everything is way off when shown normal. Bringing in maximized mode causes more trouble. Greets Balkoth
Create a class that derives from Window. Attach an event handler to the Loaded event, and run the application. You can easily see that Loaded is raised only after the Window is visible. Now, appl...
Hi. I switched to this library from WPF Chrome. After modifying my code and everything, I have a pretty ugly issue. So basically my app is a window with a couple of buttons and a border on the left...