<CollectionView Grid.Row="2" Grid.ColumnSpan="2" ItemsSource="{Binding Items}"> <CollectionView.ItemTemplate> <DataTemplate x:DataType="{x:Type x:String}"> <SwipeView> <SwipeView.RightItems> <SwipeItems> <SwipeItem Text="Delte" BackgroundColor="Red" Command="{Binding Source={RelativeSource ...