HorusSoftwareUY / Xamarin.Forms.Skeleton

The new loading approach for cool apps in Xamarin Forms
MIT License
451 stars 52 forks source link

Fill ListView,CollectionView with mockupdatas #20

Open globodemic opened 4 years ago

globodemic commented 4 years ago

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" />