So I am new to xamarin forms. I currently I have two tabs in tabbed page: Agenda and Myagenda. On Agenda page there is a listview of all the elements given to the users, and on each element there is a button that allows users to manually add to the Myagenda page the other page. How can I transfer the element in listview to the other page when clicked?
↧