How to create a ScrollView in this layout?
问题 I need to create a ScrollView in this layout but the problem is that my control occupies the entire screen and I don't know how to make it occupy only the size it has. This is the functionality of the control I need it not to fill the entire screen and only its own size to be able to add more things to the layout This is the XAML of my control: <?xml version="1.0" encoding="UTF-8" ?> <ContentView x:Class="ControlProject.CustomControl" xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x=