Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/AndreiMisiukevich/ContextMenu

ContextView for Xamarin.Forms
https://github.com/AndreiMisiukevich/ContextMenu

context-actions context-menu xamarin xamarin-forms

Last synced: 30 days ago
JSON representation

ContextView for Xamarin.Forms

Awesome Lists containing this project

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 😃