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

GrowWindowのみ他のWindowの背後に隠れることがある。 #17

Open
yone64 opened this issue Dec 18, 2014 · 0 comments
Open

GrowWindowのみ他のWindowの背後に隠れることがある。 #17

yone64 opened this issue Dec 18, 2014 · 0 comments

Comments

@yone64
Copy link

yone64 commented Dec 18, 2014

MainWindowからSubWindowを開く際に、Ownerを指定しShowで指定した場合、
GrowWindowのみ、他のWindowの背後に隠れることがある。

// MainWindowにて
var w = new SubWindow { Owner = this };
w.Show();

○手順1
1.MainWindowからSubWindowをOwner指定で開く
2.MainWindowをクリックし、Activeにする
-> SubWindowのGrowWindowがMainWindowの背後に隠れる

○手順2
1.MainWindowからSubWindowをOwner指定で開く
2.MainWindowをクリックし、Activeにする
3.他のアプリケーションのWindowを半分重ねる
4.SubWindowをクリックしActiveにする
-> MainWindowのGrowWindowが他アプリの背後に隠れる
SubWindowのGrowWindowがMainWindowの背後に隠れる

↓手順2実行後にSS
image

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

1 participant