Hast du das mal gelesen?
https://forums.xamarin.com/dis…icking-on-a-listview-item
Er hat die Lösung selbst gefunden im zweiten Beitrag.
ZitatI was able to resolve my issue by doing the following :
Changing my Fragment class to a ListFragment class
Setting my ViewPager as a property
Using the ViewPager property to setCurrentItem to the next ListFragment class
Ansonsten finde ich im Allgemeinen nur so etwas:
http://stackoverflow.com/quest…-fragments-during-onclick
http://stackoverflow.com/quest…ent-with-another-fragment
(hier steht noch ein dritter Parameter, welches an die replace-Funktion übergeben wird - dies wird jedoch eher optional sein, denke ich)