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

クラシックスタイルの閉じるボタンが表示されることがある #18

Open
yone64 opened this issue Dec 18, 2014 · 1 comment

Comments

@yone64
Copy link

yone64 commented Dec 18, 2014

MetroWindowのResizeModeを変更した後、Header領域をクリックすると画像のような閉じるボタンが出現する

image

↓コードビハインド
private void ButtonBase_OnClick(object sender, RoutedEventArgs e)
{
this.ResizeMode = ResizeMode.NoResize;
}

@mntone
Copy link
Contributor

mntone commented Jan 17, 2015

予め Window に WindowStyle="None" を指定しておくか、スタイルを変更するときに同時に this.WindowStyle = WindowStyle.None; を指定することで回避することができます。

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

No branches or pull requests

2 participants