|
I am working on VC++ .Net 2003 MDI application. I want to limit the resize of a child form such that delta X = delta Y (say [200,400] to [300,600] ). I am resizing using the Size-Grip
I have set the FormWindowStyle to SizableToolWindow and SizeGripStyle to Auto
Is there a way to control the SizeGrip such that only diagonal change is allowed
TIA
|