You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the video at 3:43:45 the image on nodata.png is displayed as being centered on the screen. The code demonstrated does not result in a centered image. Additionally, the code in the Read Me also does not result in the image being centered. However, the following code does work:
In the video at 3:43:45 the image on nodata.png is displayed as being centered on the screen. The code demonstrated does not result in a centered image. Additionally, the code in the Read Me also does not result in the image being centered. However, the following code does work:
<CollectionView.EmptyView> <Grid HorizontalOptions="Fill" VerticalOptions="Fill"> <Image Source="nodata.png" HeightRequest="160" WidthRequest="160" Aspect="AspectFill"> </Image> </Grid> </CollectionView.EmptyView>
The text was updated successfully, but these errors were encountered: