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

ruby on rails - Devise Logout Error in RoR -

model view controller - MVC Rails Planning -

php - Working with pretty urls on apache and fastcgi after hhvm installation -