maxkoshevoi / NureTimetable

Xamarin Forms application for viewing timetable of groups, teachers and rooms of the Kharkiv National University of Radio Electronics
https://play.google.com/store/apps/details?id=com.whitebox.nuretimetable
41 stars 5 forks source link

Use relative binding instead of creating new view for list items #49

Open maxkoshevoi opened 3 years ago

maxkoshevoi commented 3 years ago
<TapGestureRecognizer
    Command="{Binding Source={RelativeSource AncestorType={x:Type vm:CalendarsViewModel}}, Path=ItemTapped}"        
    CommandParameter="{Binding .}">
</TapGestureRecognizer>