Skip to content

Commit b07e329

Browse files
Update README.md
1 parent 542502a commit b07e329

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The SfListView allows you to layout the items like `TabView` in the horizontal d
1212
<Label Text="{Binding ContactName}" />
1313
<Label Text="{Binding ContactNumber}" />
1414
</Grid>
15-
<syncfusion:SfListView x:Name="listView" ItemTapped="list_ItemTapped" ItemSize="70" ItemsSource="{Binding ContactsInfo}">
15+
<syncfusion:SfListView x:Name="listView" Orientation="Horizontal" ItemTapped="list_ItemTapped" ItemSize="70" ItemsSource="{Binding ContactsInfo}">
1616
<syncfusion:SfListView.ItemTemplate>
1717
<DataTemplate x:Name="ItemTemplate" x:Key="ItemTemplate" >
1818
<ViewCell>
@@ -28,4 +28,4 @@ The SfListView allows you to layout the items like `TabView` in the horizontal d
2828
</ContentPage>
2929
```
3030

31-
To know more about ListView appearance, please refer our documentation [here](https://help.syncfusion.com/xamarin/sflistview/viewappearance?cs-save-lang=1&cs-lang=xaml#navigate-across-views-like-tabview).
31+
To know more about ListView appearance, please refer our documentation [here](https://help.syncfusion.com/xamarin/sflistview/viewappearance?cs-save-lang=1&cs-lang=xaml#navigate-across-views-like-tabview).

0 commit comments

Comments
 (0)