Assigning a Style in custom WP renderers
I've created a custom render for my switches in WP, in this render I assign a style I've defined in the App.xaml <Style x:Key="ToggleSwitchWithMargin" TargetType="controls:ToggleSwitch">...
View ArticleXAML Intellisense?
It appears there is no intellisense when editing a Xamarin.Forms XAML file or did something go wrong with my install? If there is none, is there an XSD that could be used when editing the file in the...
View Article[Custom Renderers] [iOS] Adjusting/Resizing Carousel's Children Page Renderer
Hey All, I am in the process of making my own custom renderer for CarouselPage. for the past few days, I am trying to resize the CarouselPage's UIScrollView, so that I can add in some other UI controls...
View ArticleImage auto size
Hi I need do Image width max and image height auto size. I try <Frame Padding="5"> <Grid> <Grid.ColumnDefinitions> <ColumnDefinition Width="*"/> </Grid.ColumnDefinitions>...
View ArticleMR.Gestures handles ALL touch gestures
With MR.Gestures you can handle the Tapping, Tapped, DoupleTapped, LongPressing, LongPressed, Panning, Panned, Swiped, Pinching, Pinched, Rotating and Rotated gestures on all layouts, cells, views and...
View ArticleHow to upload a file from a Xamarin.Forms app to DropBox or OneDrive?
Has anybody implemented uploading a file from a Xamarin.Forms app to either DropBox or OneDrive? If so, could you share how you did it please? If you used a third-party component, which one (and would...
View ArticleCustom fonts on Windows Phone not working
Hi, I am trying to integrate custom fonts into my Forms App. I got iOS and Android to work, but it doesn't seem to work properly with windows phone. The custom font is not showing up. Just for...
View ArticleIs it possible to display an Image in Action Sheet in Xamarin forms
I have a requirement that to dispaly an Image and Label in Action Sheet in Xamarin forms(As shown in below pic)
View ArticleTabbedPage x MasterDetailPage
How to add TabbedPage into MasterDetailPage top menu? Thanks.
View ArticleSplash Screen on an Xamarin Forms App (iOS)
Hi all, I'm beginning to love this platform!! I do have an issue that is bugging me and I just can't seem to get to work. The iOS splash Screen. I have all of the App Icons, Spotlight & Settings...
View ArticleVerticalOptions issue, alignment not correct...
Hello guys, I have a strange behavior on my XF app (on Android). I made a custom Xamarin Forms control (pretty simple). I Use it in a parent page and try to align it to the bottom of the page => so...
View ArticleBarTextColor on NavigationPage doesn't work on Android
Hi, When I'm using Xamarin Android Player with the Nexus 5 Kitkat for debugging, the following code works. When I'm using Xamarin Android Player with the Nexus 5 Lollipop for debugging, the following...
View ArticleAccess Listview from App()
I have a question regarding Xamarin forms in my shared library i have a Class called BluetoothPage.cs wich will compiled in Ios,Droid and WinPhone. Now in Droid shared project i want to access the...
View ArticleBetter Map Control...Coming soon
Lots of updates coming to the Extended Map control https://github.com/paulpatarinski/Xamarin.Forms.Plugins/tree/master/ExtendedMap Updated UI iOS support Improved Win Phone support Custom pin icons...
View ArticleAdding two Images to the same Grid Row, causing TapGestureRecognizer to only...
Has anyone tried this before? I've been banging my head against the wall for hours trying to figure out what was happening, since on of my images would not detect a touch event. I use the Command from...
View ArticleCancelling Tab navigation
Hi All, Is there a way of cancel navigation from one tab to another? I'm aware of the CurrentPageChanged event, but there doesn't seem to be a away to access the previous page or the new page (so I...
View ArticleLarge image not displaying on tablet
I use canvas and bitmap for create image. I add my image in ScrollView (600x400). But if width of my image will be 2049 or more, this image will not displaying on tablet (on emulator it works...
View ArticleChanging Android's StatusBar color (statusBarColor/colorPrimaryDark)
I'm having quite the struggle with changing the StatusBar's color for the Android version of my Xamarin.Forms application. After searching the topic for quite a while I couldn't find any property to...
View ArticleXamarin App crashes on Reopen NullReference
I have an app on Xamarin, it works fine, if I press back button, to move to main menu it hides in app stack, so when I open it back from app stack it suddenly crashes with NullReference 06-10...
View ArticleHow do I dismiss Master for MasterDetailPage on iPad?
My app is using a MasterDetailPage with a MasterBehaviour of MasterBehaviour.Popover When I select a menu option from my Master menu I call this.IsPresented = false; to dismiss the Master menu. On...
View Article