AlohaKit.Layouts
AlohaKit.Layouts copied to clipboard
.NET MAUI Layouts Library
Nothing indicates what causes the exception and the exception is also not very helpful. ## Reproduce ```XAML ``` ## Solution in MauiProgram.cs call `MauiPane.Hosting.ConfigureMauiPane` ```C# using MauiPane.Hosting; namespace Issue220611_1_Maui_DockLayout; public...
Hi. Thank you for your great work. I tried to use DockLayout but something was wrong. so, I Collated your git repository(this repository) and I found it. We have to...
Plasee add controls ViewBox to Maui
Hello, I'm attempting to use your library in my project. I haven't linked an external library into a .net maui project yet. I linked the library like this in my...