Hi! Please help with something!
I have a form with Autoscroll = true. I added a control (e.g. Button) and I reduced the form size until the added control couldn't be seen. When I run the application, the form is scrolling until the control is visible. I find this behavior strange, I want that the form start its visible area with its (0, 0) point, not to do this scroll.
Bellow I attached the code of "Form1.Designer.vb" file:
<
Partial
<System.Diagnostics.DebuggerNonUserCode()> _
components.Dispose()
<System.Diagnostics.DebuggerStepThrough()> _
End
I want to specify that I use VS.NET 2005 with .NET Framework 2.
Thank you!
Nick