Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
誰かがポップアップをタップしたときにポップアップを閉じるにはどうすればよいですか?
IsLightDismissEnabledに設定することは可能ですがtrue、誰かがポップアップ自体ではなく別の場所をタップすると、ポップアップが閉じます。
IsLightDismissEnabled
true
できるイベントハンドラーを追加Tappedできますpopup.IsOpen = false;
Tapped
popup.IsOpen = false;
の目的は、IsLightDismissEnabledフォーカスを失ったときにポップアップを閉じることです。