How do I make modal dialog for a Page in my WPF-application?

前端 未结 4 618
盖世英雄少女心
盖世英雄少女心 2020-11-29 20:35

I have a WPF Window which has a among other controls hosts a Frame. In that frame I display different pages. Is there way to make a dialog modal to only a page? When I\'m sh

4条回答
  •  自闭症患者
    2020-11-29 20:57

    Why not just use nested message pumps to create modal controls

    http://deanchalk.com/wpf-modal-controls-via-dispatcherframe-nested-message-pumps/

提交回复
热议问题