Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ShowWindowCommandsOnTop="False" doesn't work for CleanWindowStyle. #894

Closed
topvis opened this issue Dec 26, 2013 · 3 comments
Closed

ShowWindowCommandsOnTop="False" doesn't work for CleanWindowStyle. #894

topvis opened this issue Dec 26, 2013 · 3 comments
Assignees
Labels
Milestone

Comments

@topvis
Copy link

topvis commented Dec 26, 2013

MahApps.Metro version 0.12.0.13-ALPHA(Prerelease) downloaded from NuGet.
VS2012
.Net Framework 4 Client Profile

Here is the xaml that uses Clean Window Style:

<Controls:MetroWindow  x:Class="MainWindow"
                       ...
                       ShowWindowCommandsOnTop="False"
                       Style="{DynamicResource CleanWindowStyleKey}">

When the flyout is shown, the window commands are still visible.

image

@ghost ghost assigned AzureKitsune Dec 26, 2013
@AzureKitsune
Copy link
Member

The thing about this issue is that its not specific to the Clean Window style. It is in the MetroWindow code-behind so it effects all MetroWindow instances.

@topvis
Copy link
Author

topvis commented Dec 26, 2013

Hi @Amrykid
Do you mean it's the issue in MahApps or I might have done something wrong in my MetroWindow code-behind?

By the way, if I remove Style="{DynamicResource CleanWindowStyleKey}" from my MainWindow's xaml, the issue is gone.

@AzureKitsune
Copy link
Member

That's odd. I ran into the issue with the default MetroWindow style.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants