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.
我想知道 :-
如何在 Metro 应用程序的弹出控件中包含一个列表?
请让我知道我该如何解决这个问题
提前致谢。
<Popup x:Name="popup"> <Grid > <ListBox x:Name="listBox" /> </Grid> </Popup>
为什么不尝试在激活弹出窗口时折叠主网格的可见性,或者在主网格上调用 IsHitTestVisible=false 以使其处于非活动状态时将不透明度回退以在弹出窗口后面留下鬼影。