<ScrollView>
<StackLayout Padding="16">
<combobox:SfComboBox HorizontalOptions="Center" WidthRequest="100" /> </StackLayout>
</ScrollView> |
<ScrollView> <Grid> <combobox:SfComboBox HorizontalOptions="Center" WidthRequest="100" HeightRequest="50" VerticalOptions="Center"/> </Grid> </ScrollView> |