Skip to content

Commit cb3db16

Browse files
Update README.md
1 parent 9464ba9 commit cb3db16

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ This example demonstrates how to handle the interaction event for the child view
44
## Sample
55

66
```xaml
7-
<sync:SfListView x:Name="listView" ItemSize="120" TapCommand="{Binding TapCommand}"
7+
<sync:SfListView x:Name="listView"
8+
TapCommand="{Binding TapCommand}"
89
ItemsSource="{Binding BookInfo}">
9-
<sync:SfListView.Behaviors>
10-
<local1:Behaviours/>
11-
</sync:SfListView.Behaviors>
1210
<sync:SfListView.ItemTemplate>
1311
<DataTemplate>
1412
<Grid Padding="10" BackgroundColor="Aqua">
@@ -25,8 +23,6 @@ This example demonstrates how to handle the interaction event for the child view
2523
</Grid.RowDefinitions>
2624
<Label Text="{Binding BookName}" FontAttributes="Bold"/>
2725
<Button Text="Test" Command="{Binding BindingContext.ButtonCommand, Source={x:Reference listView}}" Grid.Row="1"/>
28-
<!--<Label Grid.Row="1" Text="{Binding BookDescription}" FontSize="15"/>-->
29-
<!--<numeric:SfNumericUpDown Grid.Column="1" Grid.RowSpan="2" HorizontalOptions="Start" VerticalOptions="Center"/>-->
3026
</Grid>
3127
</DataTemplate>
3228
</sync:SfListView.ItemTemplate>

0 commit comments

Comments
 (0)