We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: