Skip to content

Instantly share code, notes, and snippets.

View marcelodeaguiar's full-sized avatar
🔨

Marcelo de Aguiar marcelodeaguiar

🔨
View GitHub Profile
using Microsoft.Phone.Controls;
using System;
using System.Windows.Controls.Primitives;
/// <summary>
/// This class detects the pull gesture on a LongListSelector. How does it work?
///
/// This class listens to the change of manipulation state of the LLS, to the MouseMove event
/// (in WP, this event is triggered when the user moves the finger through the screen)
/// and to the ItemRealized/Unrealized events.