Revert "commit"
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
Imports System.ComponentModel
|
||||
Imports System.Windows.Forms
|
||||
Imports System.Drawing
|
||||
|
||||
Public Class MyPanel
|
||||
Inherits Panel
|
||||
|
||||
|
||||
Protected Overrides Function ScrollToControl(ByVal activecontrol As Control) As Point
|
||||
|
||||
Return Me.AutoScrollPosition
|
||||
|
||||
End Function
|
||||
|
||||
End Class
|
||||
Reference in New Issue
Block a user