I am new to Xamarin forms. I want to create a slideout menu like AKSidemenu and below screenshot image. Kindly give me an idea for this concept.
Thanks in advance
The custom renderer is needed here.
Android
https://forums.xamarin.com/discussion/comment/62894/#Comment_62894
iOS
Editing and using the Xamarin.Forms source code
Related
Hello, how can i achieve this tab menu with FavTab transparent border (i don't know how to call it) in xamarin forms, using either xct <xct:tabview></xct:tabview>, sharpnado.tabs, paths, skiasharp (i don't know skia sharp much), i tried using xamarin community toolkit but i don't know how to craft the centered favtab in which it gives the transparent exactly like in the image, any help is appreciated. Thank you!
[![enter image description here][1]][1]
Yes, i was able to do it exactly as i want using Renderers like how mr. wizzyno gives here: Xamarin.Forms - Cradle FAB but make sure you modify the theme in your style to avoid the same mistake as mine. thanks for all your helps and mr wizzy for his help also
[1]: https://i.stack.imgur.com/q31xJ.png
I am new to using Xamarin Forms. I want to create the functionality for a multi-platform app of taking a picture and saving the photo to a directory within the crossplatform app. Does anyone know how I would do this? Any help is greatly appreciated! Thanks!
Use MediaPicker Plugin for Xamarin.Forms
Hi, I need to develop an WinRT app with XAML and I'm using Syncfusion's library for that. Whenever I click on a node the resizer appears along with the rotate icon. I removed all the QuickCommands but the rotate icon won't go away.
Please note that I am using the SfDiagram inside a custom control. Thanks
We are glad to announce that our Essential Studio 2015 Volume 1 is rolled out and is available for download under the following link:
http://www.syncfusion.com/forums/118723/essential-studio-2015-volume-1-final-release-v13-1-0-21-available-for-download
Feature Information:
Requirement: Remove the Rotate Icon from Node
We have provided support to achieve your requirement in our Essential Studio 2015 Volume 1.This requirement can be achieved by using SelectorConstraints property of ISelector. We have provided code snippet to represent this. Please refer to the following code snippet
Code Snippet:
(DiagramControl.SelectedItems as ISelector).SelectorConstraints = (DiagramControl.SelectedItems as ISelector).SelectorConstraints & ~SelectorConstraints.Rotator;
Here, DiagramControl is the instance of SfDiagram.
We thank you for your support and appreciate your patience in waiting for this release. Please get in touch with us if you would require any further assistance.
Regards,
Syncfusion Support Team
I am new at this so apologies if this is a silly question... I am developing an app in Titanium using the Alloy Framework, and trying to create functionality such that I can have one page with a title, some text and an image, then I swipe to see a different title, text and image... sort of like an eBook. Does anyone have any advice on how to do this?
So far all I have managed to do is create a table with the list of all the headings and I can click each one to see the content, but then must go back to get into the next page, which is a bit cumbersome.
Thanks!
Titanium ScrollableView is your friend
http://docs.appcelerator.com/titanium/latest/#!/api/Titanium.UI.ScrollableView
Thanks
I Would like to create my menu groups in my desktop application as the one shown in sample image. I would like to know which control is used for it? What extra works we need to do on it?
A reference to similar one is also welcome...
Thanks
CollapsiblePanel or Accordian or TaskPane.
Check out .Net 2.0 SDK Samples, specifically Technologies\WinForms\TaskPane.