Skip to content

Instantly share code, notes, and snippets.

View vividos's full-sized avatar

vividos

  • Germany
View GitHub Profile
using Xamarin.Forms.CustomAttributes;
using Xamarin.Forms.Internals;
namespace Xamarin.Forms.Controls.Issues
{
/// <summary>
/// Tests list view that has view cells with an element (in this case a Label) that has a tap
/// gesture recognizer, and the list view also has an ItemTapped handler. When the view cell
/// also has a context action, the ItemTapped handler isn't called anymore.
/// </summary>