fabulous-dev / Fabulous

Declarative UI framework for cross-platform mobile & desktop apps, using MVU and F# functional programming
https://fabulous.dev
Apache License 2.0
1.13k stars 122 forks source link

Add Maui Controls ZIndex support #1024

Closed edgarfgp closed 1 year ago

edgarfgp commented 1 year ago

Now that NET7 has been released and the latest Maui bits are available we could wrap ZIndex + extension method See: https://learn.microsoft.com/en-us/dotnet/api/microsoft.maui.controls.visualelement.zindex?view=net-maui-7.0

https://askxammy.com/organizing-elements-with-zindex-in-net-maui/

TimLariviere commented 1 year ago

Is there a changelog for MAUI net6.0 -> net7.0?