# ContextMenu **Repository Path**: master/ContextMenu ## Basic Information - **Project Name**: ContextMenu - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-28 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## GIF
SideContextMenuView SwipeActionContextMenuView (Move to delete) SwipeActionContextMenuView (Autoclosing)
## Setup * Available on NuGet: [ContextViewCell](http://www.nuget.org/packages/ContextViewCell) [![NuGet](https://img.shields.io/nuget/v/ContextViewCell.svg?label=NuGet)](https://www.nuget.org/packages/ContextViewCell) * Add nuget package to your Xamarin.Forms .netStandard/PCL project and to your platform-specific projects (iOS and Android) * Call ```ContextMenuViewRenderer.Preserve()``` in AppDelagate for **iOS** and MainActivity for **Android** |Platform|Version| | ------------------- | ------------------- | |Xamarin.iOS|8.0+| |Xamarin.Android|15+| ## Samples All samples are here: https://github.com/AndreiMisiukevich/ContextMenu/tree/master/ContextMenuSample/ContextMenuSample/Pages Collection view is supported! **XAML:** ```xml ``` *Make sure your main view width equals list's width* You can adjust it by binding ```xml ... ... ``` Check source code for more info, or 🇧🇾 ***just ask me =)*** 🇧🇾 ## License The MIT License (MIT) see [License file](LICENSE) ## Contribution Feel free to create issues and PRs 😃