Can I use Triggers from code?
Is there a way how I can use triggers from the code? I can't seem to find any examples. Basically I have some behaviors for my entries, and I want to trigger the Login Button's "IsVisible" property...
View ArticleDevice Proxy
Hello, I'd like to use the device Proxy settings, how can I do this within a http-call? Greets
View ArticleA Xamarin forms UI Designer in WPF
I've started to work on a Xamarin Forms Design GUI in WPF based on the SharpDevelop WpfDesigner! If anyone is interested to help, Fork it and submit Pull Requests. There is still a lot of work todo!...
View ArticleListview content not get refresh
I am using Xamarin.Forms 2.0.0.6490. I have listview with Custom cell. Each Cell contain one button. On button click i want to refresh Listview content or remove some cells from listview. I have assign...
View ArticleSet Content with ContentPage
Let's say I have the following ContentPage: public class HomePage : ContentPage { View _tabsView; RelativeLayout relativeLayout; PageViewModel viewModel; public HomePage() { viewModel = new...
View ArticleRendererFactory.GetRenderer() - is it bug - child content?
Is it bug that RendererFactory.GetRenderer(Forms.View) doesn't return child content? For instance if you call this with non-empty Grid (for ex. with few buttons) only the Top-Level element would be...
View ArticleXamarin.Forms (Android) environment problem using VS2013 with Update4
Getting issues when running the Xamarin Forms application in an Android platform. it works fine with Xamarin package 1.3.X. but when it upgraded to 1.5+ it throws issues like "Attributes already...
View ArticleUpdating to Forms 2.0.0 throws Layout cycle detected. Layout could not...
Updating to Forms 2.0.0 throws Layout cycle detected. Layout could not complete exception in WindowsPhone and WinRT. In Android and iOS, I dont experience any crash, but it makes a strange behavior to...
View Articlehow can we solve the height of label in windows phone
Hi, If the text is in second line in mobile phone its hiding not showing second line text in windows phone.
View ArticleNull-safe binding to a nested property
I have a binding like this: var nameLabel = new Label(); nameLabel.SetBinding( Label.TextProperty, new Binding("Item.Location.PathElement.Name", BindingMode.Default, new...
View ArticleScrollView ScrollToAsync wierdness between Android and iOS versions on latest...
Hi guys, We have a problem with tabScrollView.ScrollToAsync on the iPhone, but not on Android. (This problem also exists on the Stable channel) If you look at the attached image, Android_1.jpg, you...
View ArticleXamarin forms Sqlite WinPhone SQLitePCL.raw threw an exception...
Im trying to get a Xamarin forms sqlite up an runnig. it works fine for Android and iOS, but for windows i get this error. I'm target the solutions for windows phone 8.1 and using Xamarin forms 1.5(I...
View ArticleCan I use CustomViewRenders in Popups / ActionSheets in Xamarin.Forms?
I'm using Xamarin.Forms, and I need to create a Popup / ActionSheet, to ask the user the start and end date for a specific list of Orders. Can I use CustomViewRenders to show this Popup with "custom...
View ArticleCustom renderer PagerAdapter not rendering children
I've been banging my head against the wall and the decompiler for hours on this. Maybe someone smarter than me could help a guy out I put together a Carousel renderer for Android that uses a ViewPager....
View ArticlePopup dialog with datepicker to select date
I'm using Xamarin.Forms, and I need to create a Popup to ask the user enter date of birth. Can I use CustomViewRenders to show this Popup with custom controls mean just a label asking enter date of...
View ArticleApp crashs when navigates to a TabbedPage
I have a xamarin forms app with a master detail. In the detail I try to navigate from a contentpage to a tabbed page but then the app crashs with the following error: System.NotSupportedExceptionUnable...
View ArticleMicrosoft.AppXPackage missing
I have noticed that there was a huge Microsoft folder under c:\users\myuser\app\local\microsoft. It was like 30 gb. Since I have a SSD driver I could not leave it at this location and had to move it to...
View ArticleInstalling a Windows 10 app with xamarin forms
Hi!! I know Windows 10 is still a preview version but I've tried to add this project to my xamarin's solution. The point is that everything works fine until I try to make a package to install in other...
View ArticleHow can i implement a grid that automatically fills the screen with cells...
I am specifically looking for a solution with which i can have cells stay the same size when switching device orientation. Optimally the grid would then dynamically add more rows to fill the screen...
View ArticleCard.IO integration
Anyone knows how to integrate Card.IO into Xamarin.Forms Apps? My company has a new app needs to implements credit card scanning using camera, but I Pretty much have no idea on how to do it. Any help...
View Article