"excel like" grid
Hi. Exists and "excel like" grid for xamarin.forms? I would like to have a grid that can scroll horizontally and vertically Alessandro
View ArticleUpdate your documentation
http://iosapi.xamarin.com/?link=T:Xamarin.Forms.CarouselPage On this page it does not call out the need for the Xaml markup "<CarouselPage.Children>" - this resulted in lost time as I tried to...
View ArticleInformation: problems update XF to unified / AppleDevice / Xamarin.Mobile /...
Hi all Unbelievable, but true. I now have wasted more than two days to search problems and bring my app to work again. I wrote here in the hope, I can prevent other developers to do the same odyssey......
View ArticleBug26761 Not fixed: Commands from Images in ListView
Bug26761 (https://bugzilla.xamarin.com/show_bug.cgi?id=26761) is marked as Resolved/Fixed, but as you can see from the attached sample program, Commands are not working when the object is in a...
View ArticleXamarin.Forms 1.3.1 Pre-release 1 Released
Support for Xamarin.iOS 64 bit in beta channel. Requires Xamarin.iOS 8.6.0.0 or newer. This release has no other changes from Xamarin.Forms 1.3.0.
View ArticleIOS standard icons
I've buil a Xamarin Forms application and I'm using the toolbaritem. In Xamarin.Forms, we cannot use the IOS standard icons with the constants UIBarButtonSystemItem. Does anyone know where I can...
View ArticleCustom controls renderer in Android (Entry etc) using C# or XML file in...
Im new to xamarin forms android and trying to customise entry and few other controls (for now entry). Ive achieved my desired state with forms-iOS. However, I couldnt make it in android, even tried to...
View ArticleXamarin Forms Plugins for iOS
I've built a plugin for Xamarin Forms and it works great on Android and Windows, however the iOS.dll specific version is missing from the iOS project. I've created a NuGet package and the dlls are in...
View Articlei
I absolutely love the XAML implementation of Xamarin.Forms. Coming from WPF and Windows Desktop I feel at home and more powerful than I did going through Xamarin.iOS and Xamarin.Android. I have a quick...
View ArticleBackground data sync
I'm new to Xamarin platform. I'm developing an application for all three major platforms (WP,iOS,Android) using Xamarin.forms (Shared project). How can I sync data with my server in the background...
View Articlemac xamarin studio xaml How to tip
For example, vs http://www.cazzulino.com/mobileessentials.html More intelligent prompt
View ArticleBinding to enumerated types with x:Static (ConverterParameter)
Hi Xamarin Experts, I have the following button: <Button x:Name="GoButton" Text="GO" FontSize="40" Grid.Column="0" Grid.Row="0" HorizontalOptions="CenterAndExpand" VerticalOptions="CenterAndExpand"...
View ArticleWEbView to WEBBROWSER phone
Hi, i want to know how i can do: " webview and when some one click on bonjour, the application go to the webbrowser of the application. " Thanx and excuse me for my English, i'm French people
View ArticleApp crashed with unclear reason in Xamarin.Forms 1.1.0.6201
Hi guys, I'm developing an application using Xamarin.Forms 1.1.0.6201 and I'm getting problem with unhandled exception from it. You can see the error here: System.NullReferenceException: Object...
View ArticleConverting UIKeyboard.AnimationCurveFromNotification to Xamarin.Forms.Easing
I'm trying to make a view to animate exactly like the keyboard from iOS. By using the notifications from the UIKeyboard, I was able to set everything up. The only thing that I can't match is the easing...
View ArticleC++ project sharing doesn't work with Xamarin.Forms
I created Xamarin.Forms project and then added new C++ shared project to the solution. After adding reference to c++ project in Xamarin.Forms i get Error: Target named 'GetTargetPath' not found in the...
View ArticleSliders inside a ListView react oddly to touch
Hi, I have a ListView and a custom DataTemplate -- the DataTemplate is essentially a ViewCell with a Slider inside. Something like this: class SliderCell : ViewCell { public static readonly...
View ArticleForms2Native bug in MyThirdActivty
In https://github.com/xamarin/xamarin-forms-samples/blob/master/Forms2Native/FormsBasics.Android/MyThirdPageRenderer.cs, When you click on 2nd button to open MyThirdActivity and then Back button, a...
View ArticleXaml OnPlatform to specify width for ColumnDefinition
Is it possible to set a column definition depending on the device type (phone or tablet)? I tried "<OnIdiom x:TypeArguments=" but my code seems to be invalid. <Grid BackgroundColor="Aqua"...
View ArticleHow to add strikeout/strikethrough to an label in xamarin.forms?
Hi, I have created an app in xamarin forms. How to add strikeout/strikethrough to an label in xamarin.forms? Thanks
View Article