So WPF windows only have four resize mode options: NoResize, CanMinimize, CanResize and CanResizeWithGrip. Unfortunately, the
NoResize
CanMinimize
CanResize
CanResizeWithGrip
Disabled only Maximize:
ResizeMode="CanMinimize"