Änderung der Logik der Vollmachtsverwaltung im Kunden (nun können pro VM-Typ mehrere Vollmachten hinterlegt werden). Weiters wurde die GUI der Vollmachten überarbeitet
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
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
|
||||
Reference in New Issue
Block a user