Skip to content

sermetk/CatalogViewSample

Repository files navigation

CatalogViewSample

Xamarin Forms Catalog View Sample

Usage

 <custom:CatalogView
        x:Name="catalogView"
        Margin="20"
        ColumnSpacing="5"
        HorizontalOptions="Center"
        ItemSource="{Binding CatalogItemSource}"
        ItemTemplate="{StaticResource ItemTemplate}"
        RowSpacing="10"
        ShapeHeight="140"
        ShapeWidth="80" />

Screenshot

alt text

More Detail

https://medium.com/@sermetkose/xamarin-forms-catalog-view-2c81f16509e2

About

Xamarin Forms Catalog View Sample

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages