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:
<
Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _Partial
Class Form1 Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list.components.Dispose()
End If MyBase.Dispose(disposing) End Sub 'Required by the Windows Form Designer Private components As System.ComponentModel.IContainer 'NOTE: The following procedure is required by the Windows Form Designer 'It can be modified using the Windows Form Designer. 'Do not modify it using the code editor.End
ClassI want to specify that I use VS.NET 2005 with .NET Framework 2.
Thank you!
Nick
Replies
Know the answer? Post it — somebody with the same question will find it here.