winforms - c# Form - Resizing issue - when you resize, the form will go as small as possible and wont expand again -
i experiencing issue c# form. when resize form(using bottom right corner) , automatically go small possible, if trying resize bigger.
once not let me resize original size , stays small, let me maximize still issue if "un-maximize".
this before picture.
this how looks after attempt resize form.
thanks help.
i've fixed it. autosizemode set "growandshrink", changed "growonly" , works fine now.
Comments
Post a Comment