Hi,
I am trying to set the height of a form in the VS .net IDE, and somehow seem
unable to set the height beyond 780. I have set the autoscale and autoscroll
properties to true, and the Miniumn size and maximum size are set to 0,0
each. I was under the impression that with these settings I could make the
form as big as I wanted, and could get the scrollbars automatically when
needed. However this doesnt seem to be happening. The height gets reset to
780 if i type in anything bigger than that.
Am I missing something here ? Does anyone have an idea why I see such
behavior ?

Thanks in advance for any help,

Aniket Sule

Re: Maximum height of windows form by hirf-spam-me-here

hirf-spam-me-here
Mon Nov 24 17:24:18 CST 2003

* "Aniket Sule" <asule@meridium.com> scripsit:
> I am trying to set the height of a form in the VS .net IDE, and somehow seem
> unable to set the height beyond 780. I have set the autoscale and autoscroll
> properties to true, and the Miniumn size and maximum size are set to 0,0
> each. I was under the impression that with these settings I could make the
> form as big as I wanted, and could get the scrollbars automatically when
> needed. However this doesnt seem to be happening. The height gets reset to
> 780 if i type in anything bigger than that.
> Am I missing something here ? Does anyone have an idea why I see such
> behavior ?

In Windows, forms cannot be larger than the screen.

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>

Re: Maximum height of windows form by Julia

Julia
Mon Nov 24 21:30:30 CST 2003

Aniket -
I had an issue with this as well and someone from the Visual Studio Designer
team at Microsoft commented on it.

He actually opened a bug report about this problem and suggested a temporary
workaround.

Here are his comments:
http://weblogs.asp.net/jlerman/posts/38681.aspx#38732

Hope this helps

Julie Lerman
.NET MVP

"Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message
news:bpu41o$1rpj00$1@ID-208219.news.uni-berlin.de...
> * "Aniket Sule" <asule@meridium.com> scripsit:
> > I am trying to set the height of a form in the VS .net IDE, and somehow
seem
> > unable to set the height beyond 780. I have set the autoscale and
autoscroll
> > properties to true, and the Miniumn size and maximum size are set to 0,0
> > each. I was under the impression that with these settings I could make
the
> > form as big as I wanted, and could get the scrollbars automatically when
> > needed. However this doesnt seem to be happening. The height gets reset
to
> > 780 if i type in anything bigger than that.
> > Am I missing something here ? Does anyone have an idea why I see such
> > behavior ?
>
> In Windows, forms cannot be larger than the screen.
>
> --
> Herfried K. Wagner [MVP]
> <http://www.mvps.org/dotnet>



Re: Maximum height of windows form by hirf-spam-me-here

hirf-spam-me-here
Tue Nov 25 05:32:30 CST 2003

* "Julia Lerman" <THISWILLBOUNCEnewsgroups@thedatafarm.com> scripsit:
> I had an issue with this as well and someone from the Visual Studio Designer
> team at Microsoft commented on it.
>
> He actually opened a bug report about this problem and suggested a temporary
> workaround.
>
> Here are his comments:
> http://weblogs.asp.net/jlerman/posts/38681.aspx#38732

Thanks, I should read you blog more often.

;-)

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>

Re: Maximum height of windows form by Aniket

Aniket
Tue Nov 25 15:32:48 CST 2003

Thanks for the info. I actually got around this by adding a panel inside the
form with autoscroll set to true. Apparently this panel can grow as big as i
need it to be.

Aniket Sule

"Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message
news:bpvekj$1sedst$2@ID-208219.news.uni-berlin.de...
> * "Julia Lerman" <THISWILLBOUNCEnewsgroups@thedatafarm.com> scripsit:
> > I had an issue with this as well and someone from the Visual Studio
Designer
> > team at Microsoft commented on it.
> >
> > He actually opened a bug report about this problem and suggested a
temporary
> > workaround.
> >
> > Here are his comments:
> > http://weblogs.asp.net/jlerman/posts/38681.aspx#38732
>
> Thanks, I should read you blog more often.
>
> ;-)
>
> --
> Herfried K. Wagner [MVP]
> <http://www.mvps.org/dotnet>