Code Monkey home page Code Monkey logo

scnsidemenu's Introduction

ScnSideMenu

Xamarin.Forms side menu control (targeted at Android, iOS, Windows Phone RT and UWP) - it lets you add sliding menus (left and right) to you application.

Control Structure

Bellow you may see control schema: Main

Screenshots of the real app usign sliding menu follow (find app sources at https://github.com/ScienceSoft-Inc/XamarinDiscountsApp): Main

How to use the control in Xamarin.Forms app

In order to show or hide the menu set the properties "IsShowLeftPanel" and "IsShowRightPanel" to TRUE or FALSE or use swipe gestures near screen border.

In order to have gestures working you need to have platform specific renderers initialized.

iOS:

Xamarin.Forms.Forms.Init();
ViewGesturesRenderer.Init();

Android:

Xamarin.Forms.Forms.Init(this, bundle);
ViewGesturesRenderer.Init();

WinPhoneRT:

Xamarin.Forms.Forms.Init();
ViewGesturesRenderer.Init();

UWP:

Xamarin.Forms.Forms.Init();
ViewGesturesRenderer.Init();

See sample usage here: https://github.com/ScienceSoft-Inc/ScnSideMenu/tree/master/ScnSideMenu/Sample/SimpleSideMenu

scnsidemenu's People

Contributors

dhlukhatarenka avatar scnadmin avatar

Watchers

Seiya avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.