strikeout/strikethrough to an label
Hi, I have created an app in xamarin forms. How to add strikeout/strikethrough to an label in xamarin.forms? Thanks
View ArticleAppleDevice is missing in Xamarin.Forms.Labs 1.2.1-pre2
I have an iOS + PCL solution and I need to get XForms.Labs Geolocator working in my PCL but right now all calls to Resolver.Resolve() return NULL. So I'm guessing that XLabs isn't getting initialized...
View ArticleView on top of view
I want to show a custom popup on top of a view with Xamarin forms. The point is to show the user some information (while still seeing a bit of the view behind it) and then the user can dismiss the...
View ArticleWhy does ACR needs a tight relation to an exact Xamarin Forms version for...
We use the ACR Tools (from Allan Ritchie) in out Xamarin Forms Projects. However, each time the Xamarin Forms Nuget packages are updated, the WinPhone-Projects fails to compile. The reason is that the...
View ArticleHow to add XLabs folder to Project
Hi folks, I downloaded the new X.F.Labs. and found a folder XLabs. But the Xamarin Forms Labs - Core(Nuget) does not include this XLabs folder. Then I tried to get device's width or height, I need use...
View Articledifference between xamarin.forms.labs and xlabs.forms nuget packages
I saw some sample code which uses xlabs namespace, and also noticed a xamarin.forms.labs namespace. They had similar packages. Are these the same? Is one deprecated?
View ArticleXLabs.Core - unable to install on iOS project
Forms 1.3.5.6333-pre1 (also tested older version) have problem with latest XLabs.Core 2.0.5530. Installing from NuGet and gets this message : System.InvalidOperationException: Could not install package...
View ArticleBeginner question
I have just started my trial with Xamarin. I would like to create a simple page with three rows that have the following requirements: 1. First row should be anchored to top and will contains an image...
View Articleconsume webservice using web client.
How to consume webservice in xamarin.forms(cross platform development) using web client.
View ArticleIncluding Components
I am getting an error regularly which is as following : Error 2 The "LinkAssemblies" task failed unexpectedly. Xamarin.Android.XamarinAndroidException: error XA2006: Reference to metadata item...
View Articledefault constructor not found of type'MyClass'
Hi All, I am trying to render a custom view from from xamarin.forms. When I try to render it from with following code [assembly: ExportRenderer(typeof(SwipeableCard),typeof(CardContainer))] . But an...
View ArticleXamarin.Forms + Azure Mobile Services (Authentication)
It would be really nice if you could use Azure Mobile Services with Xamarin.Forms or in a PCL. At the moment there are individual implementations for IOS and Android, which tie it to the...
View ArticleUpdate installed AdHoc app
Hi I have created an ad hoc release and installed it on an IPad. How are you supposed to update the app without reinstalling it? By reinstalling it I would suspect that it deleted all the data saved by...
View ArticleChange TabbedPage
Hey @ all, I'm new to Xamarin.Forms and want convert my Android Project to an Xamarin.Forms project. I use a TabbedPage - the standard color for each tab ist blue. Can I change it without to write a...
View ArticleDo Cameraoptions for XLabs Mediapicker Work?
We're able to set a few settings CameraOptions for the mediapicker in XLabs, but do any of them actually work? Or is this a future-work thing? As it stands, it seems that Mediapicker always saves a...
View ArticleListView cut off - what's the dealeo?
Hi, uhm I'm a newbie so no surprise - trying to make a nice ListView in XAML. My ListView is populated with more rows than can be displayed on the device. However, on Android the ListView is cut off...
View ArticleHow to access GestureDetector from ViewCellRenderer in .Droid project within...
[assembly: ExportRenderer (typeof(MySwipeCell), typeof(SwipeCellRenderer))] namespace TestSwipeListViewWithDelegate.Droid { public class SwipeCellRenderer : ViewCellRenderer { GestureDetector...
View ArticleProblem getting GridView (Xamarin Labs) to show up
Hey everyone - thanks in advance. First post here....so far loving Xamarin Forms. I'm using the GridView control from Xamarin Labs...
View ArticleApplication.Current.Properties - force a save?
Is there a way to force Application.Current.Properties to persist? As I understand it the current behavior is to only save when the app goes into the background. However, if you crash, or if you're...
View Article