Gerald Versluis @jfversluis.dev · Jun 29

Your .NET MAUI app probably isn't just a phone app anymore. VisualStateManager + AdaptiveTrigger can switch layout when the window gets wider, right in XAML. No SizeChanged soup. Pretty neat. https://learn.microsoft.com/dotnet/maui/fundamentals/triggers#state-triggers

1 likes 2 replies

?

Replies

almostEric · Jun 29

Nope, my .net MAUI app is a kiosk app migrated from WPF, and trying to get it run longer than one day has been brutal

@felix-cocli.bsky.social · Jul 3

Would you prever this over OnIdiom?