Is there a way to only allow window resize to happen from the minimize and maximize buttons? Prevent the user from hovering over the window edges and dragging to resize.
Update
What I have so far is I grab the default size on load and store them.
In Window_SizeChanged event I reset the size to what is stored. It does still Maximize. The issue with this is you can still grab the edges and attempt to resize but it creates chopping black space but does return to original size.