Skip to content

Instantly share code, notes, and snippets.

View PiMaker's full-sized avatar
🕴️

pi PiMaker

🕴️
View GitHub Profile
@PiMaker
PiMaker / XamarinScrollableListView.cs
Created July 28, 2016 08:33
A custom ListView for Xamarin.Android that enables scrolling via moving a DragShadow to the top or bottom.
// File: XamarinScrollableListView.cs
// Created: 27.07.2016
//
// This class represents a custom View. It inherits from ListView but adds automatic Drag and Drop scrolling.
using Android.Content;
using Android.Runtime;
using Android.Util;
using Android.Views;
using Android.Widget;