Win Phone MasterDetailPage default AppBar icon to display Master. Is there...
I want to remove the icon that the MasterDetailPage automatically displays in windows phone on the AppBar. Is there any way to do this?
View ArticleOrderedDictionary missing
Is OrderedDictionary included in Xamarin? I'm targeting Profile7 and the compiler doesn't recognize it, even though I'm referencing System.Collections.Specialized. I receive the following error upon...
View ArticleDataTrigger in XAML throwing an error
Hello. I'm trying to use DataTrigger from sample http://blog.xamarin.com/triggers-in-xamarin.forms/ but it throws error. <Entry x:Name="emailAddress" Text="" Placeholder="email address"/>...
View ArticleHey Kids, Do You Like Xaml??? :) Adventures in Xaml
For anyone who cares. I just spent the week converting the Xamarin Forms Gallery Samples from a code-centric (C#-based) solution to a Xaml-based solution. You can find my fork/version/work here:...
View ArticleInvalid value for slider minimum
Hello, i'm trying to set a minimum value for a slider: Slider slider = new Slider { Minimum = 30.0, Maximum = 60.0, Value = 45.0 }; This results in an exception: System.ArgumentException: Value was an...
View ArticleIs there a way to align the text in iOS DisplayAlert?
I have validation summary info showing in an Alert, but with many line items it is hard to read with all text being centered on iOS. It would be nice to left align it. Thanks.
View ArticleCustom TableView section headers?
Hi all: Is there a way to customize TableView's section headers (without getting into platform-specific custom views)? Any help would be much appreciated. Thanks!
View ArticleHow to handle iOS back button to add a prompt?
In iOS, how can I catch the back button and insert a prompt to confirm navigating back?
View ArticleThe new contextPage modified tabbedPage error,admin help
<?xml version="1.0" encoding="UTF-8"?> <TabbedPage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" x:Class="form4.MyPage2">
View ArticleXLabs.Forms.WP8, version 2.0.0 demands Xamarin.Forms.Platform.WP8, Version...
Hi! After upgrading to Xamarin.Forms 1.3.3.6323, my WP project doesn't build anymore. Error 1 Cannot resolve reference assemblies. Please check the reference assemblies. Cannot resolve dependency to...
View ArticleRegistrar Error in Xamarin.Forms
hi, Anyone help me to solving this error. i'm stuck in this error i can't move..error message which i get like **"Error MT4109: Failed to compile the generated registrar code. Please file a bug report...
View ArticlePaged Scrollview(Carousel) inside a ContentPage on Xamarin.Forms
Hi Guys, Im new to Xamarin and I'm trying to do something that I think is simple, but I'm not being able to achieve. I need to create an horizontal paged scrollable content on a Page that already has a...
View ArticleToolbarItem MVVM command
I have been struggeling with this. I'm trying to move my toolbar item commands to my viewmodel Right now my code is like this ` public class SwipePageViewModel : BaseViewModel { public ICommand...
View Articlebackstack retention
I was quite surprised to see the Page backstack is not retained if the native host Android Activity is destroyed. Any reason why this is not handled? Are there any plans to support it? It makes sense...
View Articlehow to make photo gallery in xamarin.forms?
i want to make photo gallery in xamarin.forms with collection of photos in 3 columns and scrolling rows so what can i use?
View ArticleParallax hack for fun and no profit
Hi all, Was doing some hacking around with a customer who had some questions and we got to just thinking how to do Parallax in Xamarin.Forms. Custom renderer right? WRONG! BOOM: var img = new Image ()...
View ArticleHow to realize vpnservice, help, administrator
How to realize vpnservice, help, administrator
View ArticleXamarin Forms App cannot connect with SSL web api
I have a xamarin forms app which connects fine if the web api is NON-SSL. I have written a windows console project to connect to the same web api(both ssl and non-ssl) and seems to work fine. I am...
View Article[Request] XForms app gallery
Can the Xamarin folks publish on their website a gallery of customer apps in production made in Forms? I'd be very interested to check out XForms apps currently in app stores for all three major...
View Article