Label HorizontalOptions Center and Text that spans multiple lines
Hi, If I have a label and set its HorizontalOptions to Center, that only spans a single line then the text is Centered, however if the Text spans multiple lines then the text is Left aligned. Is this a...
View ArticleException when setting the Source property of a ResourceDictionary with an...
Hi ! I'm trying to set the Source property of a ResourceDictionary to an Uri referencing a XAML file being part of the project. **The result is an exception : ** - An exception of type...
View ArticlePhone app on android tablet
Hi there, I am developing a phone app for wp8, IOS and Android. Is it possible to deploy a app to a Android tablet and treat it like a phone app? Because now my whole app will be stretched to the full...
View Articlenew Navigation.RemovePage not working
var preCount = this.Navigation.NavigationStack.Count; this.Navigation.RemovePage(this.Navigation.NavigationStack.Last()); var postCount = this.Navigation.NavigationStack.Count; preCount and postCount...
View ArticleCenter-Align Label
Hi, I am wondering if anyone knows how to center-align a label. Obviously it is possible to set the Horizontal and Vertical layout options to center or centerandexpand. This will center the first line...
View ArticleXamarin Form Custom Control
Hi, I am new to Xamarin and want to make cross platform mobile apps. I got some experience in Windows Phone Apps development. When I found something Xamarin.Form I was more excited, it seems that the...
View ArticleFail while building app for iOS
Hi, I have a little project so I could get known with Xamarin.Forms. It is an app using only Xamarin.Forms elements and xaml for views. I also use Azure. The app works on Android and WinPhone, but when...
View ArticleAnimation with xaml form
helo i have to create simple animation with xaml form not getting proper solution want ot know how to work with animation in xaml form
View ArticleMaps IsShowingUser does not work in Android
Hello, my Maps App does not show the current User position in Android, but it works in iOS. map = new Map { IsShowingUser = true, HeightRequest = 100, WidthRequest = 960, VerticalOptions =...
View ArticleManipulating NavigationStack in OnDisappearing
Hi, I like to implement a navigation like that: Going forward from page A -> B -> C, but going back from C -> A. So I want to remove page B after going to C. I added the remove to...
View ArticleBest practice to use data on ListView with ViewCell as DataTemplate
Hi, I have a ListView that contains 3 contact information(phone number, email and websites), it is possible to click in any cell of the listview and execute the correct operation (call, send email or...
View ArticleIs there a problem with WebView (Android) in a stack?
I was trying to get the Labs HybridWebView working but eventually I found that WebView seems to not render when in a stack. The label and button would render but the webview never seemed to render. Was...
View ArticleIncorrect ListCell displays?
Hi, I've been trying to make some sample/prototype apps with Xamarin.Forms to determine if it's already usable in real projects, and I have come across some issues with my Cells in listviews. Amusingly...
View ArticleLabel auto size in horizontal layout
Hi. I'm starting with Xamarin and was trying to build my first page. It's a quite simple login page. There are two entries on first two lines. On third line, I want a label on the left and a switch on...
View ArticleWeird issue, iOS tablet, landscape Master/Detail mode.
So, on some detail pages I have at the top a button added using ToolbarItems on ContentPages. This works great when in portrait mode. On the iPad, however, if I use it in landscape mode, and I haven't...
View ArticleNative icons for ToolBarItems
How can I use native platform icons for ToolBarItems? I've described the problem in more detail here on stackoverflow.
View ArticleWindows Phone project missing on add new project
I have Xamarin installed on multiple computers and I'm experiencing different behavior on each. On my main system creating new cross-platform projects (shared or PCL in Visual and Xamarin studios)...
View ArticleImage as Background - for Views
I have a label that is added to a stack layout. My designer wants an image behind the label. What control set should I use to do this as there isn't a Label.BackgroundImage or...
View ArticleCustom Information Window
Dear Xamarin Support team, I need a help from you for the given requirement. In my application I added google map and everything working perfect. My question is how to Split a tooltip on marker in to...
View ArticleiOS ListView broke with 1.3 Upgrade
Ever since upgrading to Xamarin.Forms 1.3 I get the following exception when I try to populate my ListView from data retrieved from a REST apt MonoTouch.Foundation.MonoTouchException: Objective-C...
View Article