This is a migrated thread and some comments may be shown as answers.

Cant increase the high of a form

1 Answer 30 Views
Form
This is a migrated thread and some comments may be shown as answers.
ShareDocs
Top achievements
Rank 1
ShareDocs asked on 15 Apr 2013, 06:19 AM

Hi, Im working in visuals Studio 2010.
programming in C#

There is a form that i need it to be with a high of 2000 but it doesn't let me make it bigger than 832
the Maximum size property is set to 0
and Autosize = false


In other computer it let me make it of the high i want, but then when I come back to my computer and open it in designer it make the form shorter and cant see the buttons in it.

why?
how to fix it?

thanks
iair

PS: telerik version: 2013.1.220.40

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 17 Apr 2013, 03:55 PM
Hi Lair,

Thank you for writing.

I suppose that you are using RadForm? Our RadForm inherits from the MS Form and the maximum value of its size is limited by the resolution of the screen on which the form runs. The value cannot be greater than 12 pixels over each screen dimension (horizontal + 12 and vertical + 12). For more information please, read this StackOverflow article.

I hope this helps.

Regards,
Peter
the Telerik team
WinForms Q1 2013 boasts PivotGrid, PDF Viewer, Chart enhancements and more. Check out all of the latest highlights.
Tags
Form
Asked by
ShareDocs
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or