window-chrome Questions

2

Solved

I am styling a Window, but I noticed this strange behaviour of WindowChrome (in .NET FW 4.0, from external Microsoft.Windows.Shell dll). I set the WindowChrome with AllowTransparency = true and Wi...
Pazit asked 9/10, 2013 at 18:38

3

Solved

I was checking out the WindowChrome class in System.Windows.Shell library (v 3.5.41019.1). When I try to create a Window template, the margin of the Border element in the template seems to have no ...
Peregrine asked 17/5, 2013 at 12:59

3

I use WindowChrome to customize a Window. When I maximize the Window, then the edges are out of the screen. I use the following code to fix this: <Window x:Class="WpfApplication1.MainWindow" x...
Aphesis asked 19/4, 2016 at 17:45

1

Solved

I'm using WindowChrome to restyle my window in an easy fast way but the problem is there is flickering when resizing the window, especially when resizing from left to right. <Window x:Class="V...
Leffler asked 3/8, 2018 at 9:35

2

Solved

I have found that using WindowChrome on a WPF Window can make me put content wherever I want in the Window, which is a great thought. Now I can finally make the title bar have the same color as the...
Adolescent asked 25/5, 2017 at 21:22

2

Solved

I have some problems with an own styled WPF Window on Windows 8.1. I wrote a simple transparent WPF Window with a WindowChrome for default windows drag behaviors: <Window x:Class="WpfApplicatio...
Cathexis asked 22/1, 2014 at 18:23

1

I'm trying to customize a window border by using the WindowChrome class. Without Windows Aero glass effects. As expected I end up with a black boarder. But i also end up without caption buttons Fr...
Wasp asked 25/3, 2011 at 8:21

2

Solved

I would like to create a custom WPF window (WindowStyle = None, AllowsTransparency = True). However, I would like the min/max/close buttons to look identical to those on standard windows. Is this p...
Tjaden asked 28/2, 2011 at 21:46
1

© 2022 - 2024 — McMap. All rights reserved.