Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DiwakarVenkatesan committed Aug 30, 2023
1 parent 4f5e8e4 commit 233d593
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

This example demonstrates how to create a horizontal listview using Xamarin.Forms SfListView.

```
<syncfusion:SfListView x:Name="listView" Orientation="Horizontal" Padding="10,10,10,10"
SelectionMode="None" Grid.Row="1"
ItemsSource="{Binding Gallerynfo}"
ItemSpacing="3">
<syncfusion:SfListView.ItemTemplate>
<!-- your content Template here..-->
</syncfusion:SfListView.ItemTemplate>
</syncfusion:SfListView>
```

See [How to create a horizontal listview in Xamarin.Forms](https://www.syncfusion.com/kb/9631/how-to-create-a-horizontal-listview-in-xamarin-forms) for more details.
## <a name="requirements-to-run-the-demo"></a>Requirements to run the demo ##

Expand Down

0 comments on commit 233d593

Please sign in to comment.