Getting a grid of buttons without the spacing in between.
What do I need to do to avoid the default spacing between two buttons? I have tried setting padding to 0, BorderWidth etc. I am using Grid like this: in ctor: InitializeComponent(); var grid = new Grid...
View ArticleIs it possible to programmatically change the DisplayName of a Windows app?
When running the Windows version of my Xamarin.Forms app, the Display Name (from Package.appxmanifest) is displayed on the bar above my running app. Rather than use the static value from...
View ArticleGrial UI Kit for Xamarin Forms
Hi everybody! Just wanted to share with you our first Xamarin Forms User Interface Kit. And hear what you think about it Please check it out http://www.grialkit.com Thanks everybody!
View ArticleIssues with upgrading to XF v2.0.0.6490
I am having 2 issues. I don't know if they are related. XF Version Issue: I created a new cross platform solution in VS2015. Then upgraded the XF for Windows Phone project. Then the version numbers are...
View ArticleDisplaying SVG type information in Xamarin.Forms
Hi, I’m currently looking for some guidance for displaying 2D vector graphics inside a Xamarin.Forms application. The information I have is in SVG html tag format (...<//svg>) but we can probably...
View ArticleXamlSamples.iOS `App' does not exist in the namespace `XamlSamples'.
/xamarin-forms-samples/XAMLSamples/XamlSamples/XamlSamples.iOS/AppDelegate.cs(37,37): Error CS0234: The type or namespace name `App' does not exist in the namespace `XamlSamples'. Are you missing an...
View Articlepush notification re launches app in android
Hi, I'm using the Xam.Plugin.Pushnotification package to implement cross platform push notification. It works fine on the iOS build and works mostly on the Android build. In iOS if a notification comes...
View ArticleXAML Namespace http://schemas.microsoft.com/winfx/2009/xaml is not resolved.
HI Now i am Creating a New Windows Phone App using Xamarin in VS2013. If I add the Shared Code and I am getting Error like this. "XAML Namespace http://schemas.microsoft.com/winfx/2009/xaml is not...
View ArticleEntry drawing
I have a custom rendering for an entry. The iOS flavor is a UITextField. I want to draw a thick white line on the bottom of the text. I tried overriding the Draw(CGRect) method, but I don't see any...
View ArticleEntry drawing
I have a custom rendering for an entry. The iOS flavor is a UITextField. I want to draw a thick white line on the bottom of the text. I tried overriding the Draw(CGRect) method, but I don't see any...
View ArticlePopup keyboard hides parts of the UI rather than resizing
I would like to create a screen that has a behavior similar to common chat apps e.g. Hangouts where there's a scrollable section of the page and an Entry with a Button underneath that updates the...
View ArticleHow to reuse my own custom render in another project ?
I created some custom render in my current project, now i start another project and want to reuse it. Does anyone help me, please ?
View ArticleHow to set AbsoluteLayout.LayoutBounds OnPlatform in XAML with AutoSize?
I tried this one but it didn't work <AbsoluteLayout.LayoutBounds> <OnPlatform x:TypeArguments="Rectangle" iOS="0, 1, AutoSize, AutoSize" Android="0, 1, AutoSize, AutoSize" />...
View ArticleAndroid ListViewRenderer
Hello, i am really in need of this Android's ListView Renderer exposition. Currently it cannot be extended " 'Xamarin.Forms.Platform.Android.ListViewRenderer' is inaccessible due to its protection...
View ArticleAnyone want me to blog about how to get really fast xaml cells in xlabs grid...
this video here shows some changes I made to achieve breath-taking performance. The last example is actually a grid view, with xaml cells, which in turn contain horizontal gridviews. I've not put these...
View ArticleSupport for Windows phone 8 in Xamarin.Forms.Dynamic pre-release
Hi Team, I am trying to developing an application for Windows Phone 8.0 with Xamarin Forms. I am trying to load the views dynamically using an xaml string. Please refer the link below:...
View ArticleTextbox in xamarin.forms
Hello. What is the corresponding of WPF's textbox in xamarin.forms?
View ArticleWinRT Entry issue
Hi all, I have the following issue with the Entry control on WinRT (only). If you override the Entry.TextChanged method (or use a Behaviour to do the same thing) when you amend the Entry.Text value,...
View ArticleXamarin Forms QR code scanner blank screen
I have a Xamarin Forms 2.0 application that uses ZXing.Net.Mobile and ZXing.Net.Mobile.Forms version 2.0.3.1. I'm trying to build a simple QR code scanner, but whenever I launch the ZXingScannerPage on...
View ArticleHow to create a popup dialog which has multi checkbox?
Hi all, As I see, Xamarin.form doesn't have checkbox item when I code in Xaml file. So How can I create it? or any solution for this? Thanks too much for any answer
View Article