#21
Example: (in Page1.xaml)
<ListView
sk:Skeleton.Animation="{sk:DefaultAnimation Fade}"
sk:Skeleton.IsBusy="{Binding IsBusy}"
sk:Skeleton.IsParent="True"
sk:Skeleton.MockItemNumber="10"
sk:Skeleton.MockItemTemplate="{StaticResource MockItemTemplate}"
BackgroundColor="Transparent"
ItemTemplate="{StaticResource ItemTemplate}"
ItemsSource="{Binding Items}"
RowHeight="90"
SelectionMode="None"
SeparatorVisibility="None"
VerticalOptions="FillAndExpand" />
#21
Example: (in Page1.xaml)
<ListView
sk:Skeleton.Animation="{sk:DefaultAnimation Fade}"
sk:Skeleton.IsBusy="{Binding IsBusy}"
sk:Skeleton.IsParent="True"
sk:Skeleton.MockItemNumber="10"
sk:Skeleton.MockItemTemplate="{StaticResource MockItemTemplate}"
BackgroundColor="Transparent"
ItemTemplate="{StaticResource ItemTemplate}"
ItemsSource="{Binding Items}"
RowHeight="90"
SelectionMode="None"
SeparatorVisibility="None"
VerticalOptions="FillAndExpand" />