File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments