Skip to content

Fill ListView,CollectionView with mockupdatas #20

@globodemic

Description

@globodemic

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions