ContentPage can contains both Image and TabbedPage?
I need a page that contains an image and below a TabbePage. I know is not possible to put a tabbed page into a content page. How Can I solve it? Thanks
View ArticleWinRT 8.1 crash on Init(e) on Xamarin.Forms 1.5.*
Hi. I have used Xamarin.Forms on Android, WP8.0 and WinRT8.1 When I upgraded Xamarin.Forms from 1.4 to 1.5 WinRTstop working. I got this error when calling Xamarin.Forms.Forms.Init(e): Error HRESULT...
View ArticleRelativeLayout Children alignment
Hello. I have a problem with centering elements in RelativeLayout. I want My StackLayout with 3 Labels in in to be centered horizontally and vertically. For achieving this I'm trying to do something...
View ArticleLocalization on Android via TodoLocalized example not working
Someone succeeded to work successfully with the sample code "TodoLocalized" on Android? here: https://developer.xamarin.com/samples/xamarin-forms/TodoLocalized/ it's working on ios , but on Android no...
View ArticleAdvanced RelativeLayout Constraints in XAML
Is it possible (IN XAML) to establish the position of an element depending on the position of a second object and the height of the Parent? The conceptual formula would be this: PrimaryObject.X = (...
View ArticleWebview and posting web authentication
Hello everyone, I'm creating a mobile application to interact with a website. The website has a login page that has a field for username and password. The website takes the login data, authenticate,...
View ArticleXamarin.Social Update
The reviews on xamarin.social indicate that it needs a big API update, is there any timeline on this?
View ArticleSelecting Text When Enrty is Focused
I want users to overwrite text when they focused to the Entry with some default Text. Placeholders doesn't work for me. I need to select the text whenever I click to Entry. Is its possible?
View ArticleHow to add OxyPlot to a Xamarin Forms xaml Page
Hi. Im trying to include oxyplot into a Xamarin.Forms-Project This is my Xaml.cs file where Im building the PlotModel. ` private void GeneratePlot() { var Points = new List { new DataPoint(0, 0), new...
View ArticleLanguage Support Example code
Hi , Anybody have sample code which will demonstrate the language support for single screen like if I select Hindi all the text and UI text should become Hindi text. In Windows platform.I tried to add...
View ArticleCopy Paste HTML
Hi, I have new in Xamarin Forms, I need to implement Copy and Paste HTML template using xamarin Forms. In ios i have Done this implementation. but in android i did not have find any solution. In...
View ArticleLanguage support
I am trying to implement small concept language support in my application.I am getting following exceptions 1.When I try to create the resx file [Right click on project-->Add -->New...
View ArticleStripeView in Xamarin Forms
I did a little research and it seems braintree and stripe are suitable for app payments. braintree has no official xamarin bindings but there's a Stripe component by Xamarin for Android and iOS. is it...
View ArticleTabbedPage TabBar background color/tint
How would I accomplish tinting the tab bar of a TabbedPage in Xamarin.Forms? The TabbedPage doesn't seem to expose a property or method to set the tint directly. Every child page of my TabbedPage is a...
View ArticleWinPhone customizing of ViewCellRenderer - Example?
I have a FinancialCell which is a ViewCell. This cell has a number of labels in it. I am trying, in WinPhone to add a disclosure indicater in a custom renderer, but can't find any examples on how to...
View ArticleXamarin.form SearchBar Control
Hi, I selected numeric key pad to enter value. After selecting numeric key keyboard automatically switching back to alphabet. I am not able to type numeric value continuously. It is working in iOS. Not...
View ArticleListView ViewCell ContextActions selected item background color
Hello, i have the following listView created in xaml: <ListView HorizontalOptions="FillAndExpand" x:Name="listView" ItemsSource="{Binding IzdelkiNaRacunu}" SeparatorVisibility="None"...
View ArticleHow do I create Custom Renderers for Cells?
I was able to figure out how to create custom renderers for Droid and iOS from here BUT how do I do it for Windows Phone 8.1? public override Windows.UI.Xaml.DataTemplate GetTemplate(Cell cell) gives...
View ArticleHow to bind data into Entry in XFGrid
I need code to bind data in Entry which is located in XFGrid. I used below code <ig:XFGrid x:Name="grid"> <ig:ListAdapter x:Name="adapter" AutoGenerateColumns="False" >...
View ArticlePreventing ViewCell From Getting Focus on Android
Hello, I can disable the selection of a list view item on iOS by using an override for the ViewCellRenderer similar to: public override UITableViewCell GetCell( Cell item, UITableViewCell reusableCell,...
View Article