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. enter image description here

this how looks after attempt resize form. enter image description here

thanks help.

i've fixed it. autosizemode set "growandshrink", changed "growonly" , works fine now.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -