Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/AndreiMisiukevich/ContextMenu
- Owner: AndreiMisiukevich
- License: mit
- Created: 2018-05-30T23:02:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-21T06:19:03.000Z (almost 2 years ago)
- Last Synced: 2024-11-09T18:41:56.248Z (about 1 month ago)
- Topics: context-actions, context-menu, xamarin, xamarin-forms
- Language: C#
- Homepage:
- Size: 24.6 MB
- Stars: 275
- Watchers: 6
- Forks: 42
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-xamarin-forms - ContextMenu ★282
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 😃