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.
私が知りたいのですが :-
メトロアプリケーションのポップアップコントロール内にリストを作成するにはどうすればよいですか?
これを回避する方法を教えてください
前もって感謝します。
<Popup x:Name="popup"> <Grid > <ListBox x:Name="listBox" /> </Grid> </Popup>
ポップアップがアクティブになっているときにメイングリッドの可視性を折りたたむか、不透明度をノックバックしてポップアップの後ろにゴースト画像を残し、メイングリッドでIsHitTestVisible=falseを呼び出して非アクティブにします。