Forms-BottomSheet
Forms-BottomSheet copied to clipboard
Botttom part of the main view not showing
I have implemented this into my app. Everything works well but bottom part of the main view not showing.
<RelativeLayout>
<StackLayout>
</StackLayout>
<yummy:PancakeView>
</yummy:PancakeView>
</RelativeLayout>
Here my main view is StackLayout. I have a listview inside it. But Last two items are not showing
Hi, Did you solve the problem?