Files
SDL/_VERAG_PROG_ALLGEMEIN/Benutzerdefinierte Steuerelemente/MyFlowLayoutPanel.vb

15 lines
304 B
VB.net

Imports System.ComponentModel
Imports System.Windows.Forms
Imports System.Drawing
Public Class MyFlowLayoutPanel
Inherits FlowLayoutPanel
Protected Overrides Function ScrollToControl(ByVal activecontrol As Control) As Point
Return Me.AutoScrollPosition
End Function
End Class