I have a ContentView element of this structure:
<ContentView>
<StackLayout>
<Grid>
...
</Grid>
<ActivityIndicator>
...
</ActivityIndicator>
</StackLayout>
</ContentView>
and i need to put it on the center of a page. I am new to WPF and i don't know how to do it. Any suggestions are welcomed.
HorizontalOptions="CenterAndExpand" VerticalOptions="CenterAndExpand"? - FabriBertani