Skip to content

Xamarin.Forms side menu control (targeted at Android, iOS and Windows Phone)

License

Notifications You must be signed in to change notification settings

ScienceSoft-Inc/ScnSideMenu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ScnSideMenu

Xamarin.Forms side menu control (targeted at Android & iOS) - 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();

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

About

Xamarin.Forms side menu control (targeted at Android, iOS and Windows Phone)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published