StackLayout
, like all other layout classes, does not have a visualization tool, since the layout is fully processed by Xamarin.Forms itself without any help from the built-in layout mechanisms.
What you can do to achieve what you need is to implement your own renderer for Frame
and implement your swipe gestures on it. Then you can put your StackLayout
in Frame
and you have to be settled.
source share