ZooFlow: Add Working Sidebar code, inital WIP Config for Sidebar

This commit is contained in:
Jonathan Jenne
2022-01-12 14:36:19 +01:00
parent 0bcb3680b1
commit eb019db60c
10 changed files with 564 additions and 344 deletions

View File

@@ -2,6 +2,10 @@
Public Property FlowForm As New FlowFormConfig
Public Property SearchForm As New SearchFormConfig
Public Property Globix As New GlobixConfig
Public Property SidebarScreen As String
Public Property SidebarOrientation As String
Public Class FlowFormConfig
Public Property Location As New Point(0, 0)
End Class