Code: Select all
Code: Select all
private async void OnItemSelected(object sender, SelectionChangedEventArgs e)
{
// ???
// this returns null:
// HorizontalStackLayout selectedView = (HorizontalStackLayout) ((CollectionView) sender).FindByName("horizontalStackLayout");
}