696 Views
When moving from Xamarin.Forms across to WinUI, one of the simpler changes to make is to switch out StackLayout for StackPanel. Or so you'd think - unfortunately StackLayout has some quirky behaviour that needs some extra handling to get right. In this post we'll look at why the StackPanel replacement doesn't always work, and what ...
0 comments