c# - Is there any way to set the height of winform more than 1044? -



c# - Is there any way to set the height of winform more than 1044? -

i tried set form height 2000 homecoming height size 1044 in c# winform. way create height size more 1044 in winform c#?

the reply no, though is size of form in visual studio designer limited screen resolution? has workaround situations.

as explained in q&a, intentional , design:

from msdn

property form.size: maximum value of property limited resolution of screen on form runs. value cannot greater 12 pixels on each screen dimension (horizontal + 12 , vertical + 12).

c# winforms

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -