Can someone explain the behaviour of SizeGripStyle.Auto which is a
value for the Form.SizeGripStyle property? According to the MSDN doc it
just says
"The sizing grip is automatically displayed when needed." What are
those "When needed?" situations.
In the doc for Form.SizeGripStyle it says "You can set this property to
display the sizing grip or have it automatically displayed based on the
setting of the FormBorderStyle property"
But setting the FormBorderStyle property to either Sizable or
SizableToolWindow doesnt bring up the SizeGrip on the form.
How is the FormBorderStyle related to the SizeGripStyle.Auto property.?