I have a WPF application that has a Window that is with a WindowStyle of none, and is resizable. I didn't want the user to be able to minimize or maximize the Window so I just didn't expose buttons for those operations. This works well, but I just realized on Win7+ you can maximize a Windows simply by dragging it near the top of the screen.
Is there some way to suppress or override this behavior? Thanks.