Hi,
I just need it and I want it with scroll bars to see all info. Maybe it's
not a tipical request, BUT it is very annoying to not acomplish this
"simple" task.
I'm waiting for other suggestions.
Thanks anyway
> Hi
>
[quoted text clipped - 11 lines]
> > Studio .NET 2002.
> > I found this at
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlr
fsystemwindowsformsformclasstopic.asp :
> > The maximum value of this property is limited by the resolution of the
> > screen the form is running on. The value cannot be greater than 12 pixels
[quoted text clipped - 3 lines]
> >
> > Thanks
Etienne Charland - 28 Sep 2004 20:00 GMT
Set the AutoScroll property of your form to True. You will not have a bigger
form, but scrollbars will appear on the form so you can see controls even if
they are outside form bounds.
> Hi,
>
[quoted text clipped - 34 lines]
>> >
>> > Thanks
Bragadiru - 29 Sep 2004 16:03 GMT
Unfortunately AutoScroll is already on true. The big pb is that I have too
many controls and no enough space to put them. I cannot use tabcontrol. It
is just an old data-entry screen that I must convert from foxpro to .NET. It
is more than embarrassing this limitation.
Thanks a lot.
> Set the AutoScroll property of your form to True. You will not have a bigger
> form, but scrollbars will appear on the form so you can see controls even if
[quoted text clipped - 28 lines]
> >> > Studio .NET 2002.
> >> > I found this at
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlr
fsystemwindowsformsformclasstopic.asp :
> >> > The maximum value of this property is limited by the resolution of the
> >> > screen the form is running on. The value cannot be greater than 12
[quoted text clipped - 4 lines]
> >> >
> >> > Thanks