I am developing an app using Xamarin Forms PCL. I need a StackLayout with rounded corners. I have tried frame as well for rounded corner container but there is no corner rad
You can use Frame and put StackLayout inside , Note Frame take padding 20 by default :