Implemented PageHandler proof of concept, fixed something with scrollviews

This commit is contained in:
sinaioutlander
2020-10-24 00:41:55 +11:00
parent 76c578a9ea
commit 25747503cc
5 changed files with 202 additions and 19 deletions

View File

@ -240,6 +240,7 @@
<Compile Include="UI\Main\Pages\SearchPage.cs" />
<Compile Include="UI\Main\PanelDragger.cs" />
<Compile Include="UI\InteractiveValue\InteractiveValue.cs" />
<Compile Include="UI\Shared\PageHandler.cs" />
<Compile Include="UI\Shared\Syntax.cs" />
<Compile Include="UI\UIManager.cs" />
<Compile Include="Unstrip\ImageConversion\ImageConversionUnstrip.cs" />