Welcome to the Xamarin.Forms feedback portal. We’re happy you’re here! If you have feedback on how to improve the Xamarin.Forms, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
My XAML is as follows. The control renders correctly on Android but is now truncated on iOS in XF 4.0. This issue didn't exist in XF 3.*
Is there a new property that affects this?
<border:SfBorder BorderColor="Transparent" Grid.Column="2" BackgroundColor="#66000000" HorizontalOptions="EndAndExpand" VerticalOptions="Center" HeightRequest="100" WidthRequest="100" CornerRadius="50">
<StackLayout VerticalOptions="Center" HorizontalOptions="Center" Orientation="Vertical">
<local:LabelApp Text="{Binding Source={x:Static localization:AppResources.TourDetailsBy}}" HorizontalOptions="Center" HorizontalTextAlignment="Center" TextColor="#D3D3D3" FontSize="Small" />
<local:LocalImageApp Margin="2" Source="{Binding TourItemViewModel.TourOwnerImagePath}" WidthRequest="64" HeightRequest="40" Aspect="AspectFit" VerticalOptions="Center" HorizontalOptions="Center" />
</StackLayout>
</border:SfBorder>
Please see attached images.