Hi, I've noticed an issue when we have a standard WPF window and apply the Actipro WPF chome like so:
<themes:WindowChrome.Chrome>
<themes:WindowChrome HasCloseButton="True"
HasMaximizeButton="False"
HasMinimizeButton="False"
HasOuterGlow="True"
HasRestoreButton="False" />
</themes:WindowChrome.Chrome>
If the window Resize mode is set like this:
ResizeMode="CanMinimize"
The themed skin on the title bar and window close button gets lost and renderer differently when you click on it.
It is very easy to reproduce. I've sent you an example.
Thanks,
Gareth.
[Modified 8 years ago]