InitializeComponent does not exist
Hi, I'm having difficulties on XAML files in a Sheared project. Using Xamarin Studio; What I did was simply adding a xaml page to the project and build without adding any code. And it gives me the "The...
View ArticleXamarin.Forms 2.0 WinRT Scrollview not scrolling
I have a ScrollView thus: <ScrollView VerticalOptions="FillAndExpand" x:Name="ScrollTestEntry" BackgroundColor="Red" Orientation="Vertical" > <Grid x:Name="TestEntryArea"...
View ArticleXamarin.Forms.Maps 2.0.0.6484 hangs or crashes on Android
Hi, I have a question concerning the new Xamarin.Forms 2.0.x version especially the Xamarin.Forms.Maps dll. After updating to Xamarin 4 with the new Xamarin.Forms and Xamarin.Forms.Maps version 2.0.x...
View ArticleIntellisense issues with XAML based views in PCL using any version...
I created a Xamarin.Forms PCL project in Visual Studio 2015 Enterprise and added some views, viewmodels, etc and everything seemed to be fine. The project template seems to come with Xamarin.Forms...
View ArticleXLabs using microphone
Hi, I want to use microphone and i did this using XLabs AppDelegate class: `public override bool FinishedLaunching (UIApplication app, NSDictionary options) { Forms.Init (); this.SetIoc(); #region...
View ArticleForms 1.5.0 breaks 1.4's support for iOS 6.1
Looks like 1.5 has broken 1.4's support for iOS 6.1 (6.1 support is documented on the Forms requirements page). With a ListView.HasUnevenRows = true, I now get this exception: [UITableView...
View ArticleQuestion to Listview and ItemSelected
Hi all I have an app that queries an webservice (json) and shows the data. First the data are showed on a (main-)page with a listview. If the user the select a entry on the listview, the detail-data to...
View ArticleWindows Phone 8.1 Text in lables missing
I have this really odd issue, not always bit some times I get the end of the text that has been bound into the label missing off. This happens in both emulator and physical device. The full text is in...
View ArticleiOS 9 not showing splash - launch screen
Hi! I have added a LaunchScreen xib file to my Forms project. The first time after adding launch screen it worked ok, but then I modified the screen and now only shows a black screen. I have tried to...
View ArticleXamarin.Forms.Entry FontFamily property
I've got a Xamarin.Forms project in which I'm trying to use an Entry and set its FontFamily in XAML. I keep getting a XAML exception about the FontFamily property not existing. I'm working in Xamarin...
View ArticleWhat does Entry.PlaceHolderColor do?
I am looking to change the color of the line on the Entry control for Android and I thought ahh PlaceHolderColor is the property i want! To my amazement its not. So what does PlaceHolderColor do and...
View ArticleFun detecting ListView Scrolling on iOS
Hi, I'm using Xamarin.Forms 1.4.4.65592. I'd like to detect when a ListView is scrolled by the user. For some reason on iOS the "Scrolled" event of a ScrollView is not triggered when a ListView is...
View ArticleGet Binding Path from View
There is a possible way to get the path of the Binding? <local:TestBasePage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"...
View ArticleWhats the best way to change tint colors? I dont like my immediate solution.
So on the android side, the entry and other controls have an underline. How do you all change the color? I came up with this solution but I dont care for it at all, I was hoping someone has a better...
View ArticleIcon image on Toolbar item in xamarin Forms
Hi, I'm creating all forms UI with the code using the Shared project. I want to add the icon image to the toolbar item. Can anyone guide me how can I achieve the same ? I could not find a suitable...
View Articleneed help, Xamarin PCL uploading Images
Hey Everyone, just a weird but pretty annoying problem. I am going to upload images to Web server using Httpclient. If I am using "http://10.0.0.62" as BaseAddress, which is on my local network...
View ArticleDo MessagingCenter subscriptions get processed on not visibale pages
I have a page that includes a control, this control has a view model that subscribes to a message Like this MessagingCenter.Subscribe<object, string[]>(dummy, "UPDATE_LAST_SYNCED", (sender,...
View ArticleWinPhone - Layout cycle detected. Layout could not complete.
Hi Guys, i am testing an WinPhone Silverlight 8.1 Xamarin Forms Application. I have a StackLayout where i add an SearchBar and an ListView search.TextChanged += (sender, e) =>...
View ArticleScrollView horizontal - completely disable vertical scroll
I'm looking to implement a horizontal scroll area within my app. It all works fine using Orientation="Horizontal" apart from one thing - WIndows and iOS still allows you to drag and scroll vertically...
View ArticleC Embeded Native library
Hi, Guys I build *.so from c-code by NDK with function: extern "C" void test(); I try to add *. so to project in lib/armeabi-v7a and call it from C#: [DllImport("test.so")] public static extern void...
View Article