Im using a stacklayout that contains some other elements and a button.
<StackLayout x:Name="layout">
<Button Text="Button" Clicked="Action"/>
<StackLayout/>
Is there a way to get the StackLayout that contains the button when it is clicked?
Im using a stacklayout that contains some other elements and a button.
<StackLayout x:Name="layout">
<Button Text="Button" Clicked="Action"/>
<StackLayout/>
Is there a way to get the StackLayout that contains the button when it is clicked?