Skip to content

Instantly share code, notes, and snippets.

View tonholis's full-sized avatar

Cleyton T tonholis

View GitHub Profile
@tonholis
tonholis / AwesomeWrappanel
Last active January 25, 2018 03:28 — forked from NicoVermeir/AwesomeWrappanel
Support for removing items event from ItemsSource in Wrappanel
using System;
using System.Collections;
using System.Collections.Specialized;
using System.Linq;
using Xamarin.Forms;
namespace WrapPanelDemo.Controls
{
public class AwesomeWrappanel : Layout<View>
{