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

CleanWindow: Using GlowBrush property enables the resizing of the window. #851

Closed
cod3n00b opened this issue Dec 5, 2013 · 2 comments
Closed
Assignees
Labels
Milestone

Comments

@cod3n00b
Copy link

cod3n00b commented Dec 5, 2013

Just what the title says.
I'm using the latest version of MahApps.Metro.

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

@cod3n00b Can we see the XAML for your window?

@AzureKitsune AzureKitsune mentioned this issue Dec 10, 2013
15 tasks
@AzureKitsune
Copy link
Member

@cod3n00b Is it regardless of the ResizeMode setting? Because the CleanWindow (and MetroWindow in general?) is re-sizable by default. Setting GlowBrush just makes it less obvious of where the border of the window is and thus, makes it harder to resize.

The solution is to set ResizeMode to NoResize.

EDIT: Ok, some bug report. Setting NoResize is the reason for this bug.

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