Tagged Questions
1
vote
4answers
6k views
Display WPF modal window/dialog/panel the same way as a NSWindow can be displayed like a sheet in Cocoa
I am looking for a way to display a modal window in WPF the same way as a window in Cocoa can be displayed as a sheet, i.e. it slides down from the titlebar in front of the main parent window.
My ...