Javier Suárez
Javier Suárez
Very soon. 
You can generate drawn UI based on Fluent, but the tool only gives you the code to draw. You need to create controls, manage states, events, etc.
@BertoMe El problema es debido a que el proyecto usaba .NET 6 y no lo tenías instalado. Acabo de actualizar el proyecto a .NET 8.  Prueba de nuevo revisando...
Looking at the code, if you look at the X and Y positions they are in negative values (Example: -268f, -295f). Did you set the Root element to 0, 0...
> you have two things registered to "MainPage" https://github.com/sinsedrix/MauiTests/blob/main/Modal/MauiProgram.cs#L22 https://github.com/sinsedrix/MauiTests/blob/main/Modal/AppShell.xaml#L13 Could you check it?
@kubaflo Could you rebase to fix the conflicts? Thanks in advance.
@kubaflo Could you rebase?. I think this PR potentially could also fix https://github.com/dotnet/maui/issues/22897
/azp run
More tests using the latest .NET 7 and .NET 8 versions. .NET 7 Performance problems scrolling the list.  .NET 8 Image inside border misaligned on Android.  Path inside...