Form Size Limitation?

I would like to know if there is a limitation in form size. Indeed, Visual Studio.NET refuse to create a form that is bigger than the screen resolution (either at design time or at runtime). As increasing the resolution allow "bigger" forms, I wonder of there is a .NET limitation to form size. Any idea? Thanks

1 Reply

RP Ramesh Praveen Syncfusion Team February 14, 2003 12:43 PM UTC

I am not sure if this answers your question but there are AutoScale and AutoScaleBaseSize properties that will scale the Form automatically as the resolution changes. -Praveen

Loader.
Up arrow icon