Xamarin Forms 1.3 Triggers Bug
I’ve been playing with Xamarin Forms 1.3 new features to see what I can do with them and found a bug using Style Triggers in Xaml. I’ve discovered that things are ok until you add more than one Trigger...
View ArticleProblem with XAML x:Name and access from code-behind
Hi all. I'm new to Xamarin Forms and have made a Xamarin Forms PCL project and added a few pages to it. So far the app is compiling and running fine on my samsung galaxy s5. But when a make a new Entry...
View ArticleHow to do the Unit Test for Portable Libraries?
How to do the Unit Test for Portable Libraries in Xamarin.Forms?
View ArticlePage Title binding
Hi, I have a contente page that displays information about a child, I want the title on that page to display the child's name. I cant seem to figure out how to properly bind the content page's Title to...
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 ArticleChange navbar color
Is there a way to change the color of the Navigation bar in Xamarin.Forms? I am using a shared class lib. Example: I found a way to change it, but this was only possible on iOS only....
View ArticleChange Editor textcolor?
Is there a way to change the color of the text in an editor in Xamarin.Forms? Example of an editor I made: Editor myEditor = new Editor { HorizontalOptions = LayoutOptions.Fill, VerticalOptions =...
View ArticleShowing the Camera in Xamarin Forms on a ContentPage
I'm currently working on an app where we want to have the camera show on the main page and have some UI controls at the bottom and via a button there you can take a picture. It is working on iOS via a...
View ArticleHow to restrict numeric values entered into an Entry field.
I need to restrict the value being typed into an Entry field to values between 0 and 20. However, I don't want highlight it in red if it's outside that range or anything, I want to actually prevent the...
View ArticleNavigationPage - StatusBar Color
Hi, I'm trying to set the StatusBar text color on an iOS Forms app to the light color. In the Info.plist, I've tried setting the Status bar style to both "UIStatusBarStyleLightContent" and "Transparent...
View ArticleStopping the separator lines after the end of the list
Hi, On android, when the list is complete, no more separator lines are added (2 items in the list gives 2 lines). Is there a way to achieve the same result under iOS and WinPhone?
View ArticleListview on iOS 9 not filling screen width - issue with custom ViewCell
In iOS8 a simple Listview would have separator lines that filled the width (especially in landscape mode) In iOS9 the Listview separator lines no longer fill the full width on a landscape iPad mini....
View ArticleMaster Detail Navigation using Messenger
Hi everyone, I'm making a tablet app in landscape only where the drawer is always displayed. I handled the Master/detail navigation using event as shown on the forum. It works well. Now in my...
View ArticlePop 2 modals at once
Hello everyone, In my setup I use a MasterDetailPa ge with a Navigation page as the Detail Page. At some point in our App we have 2 modals pushed on top of eachother. We would like to remove both...
View ArticleDesign Idea needed for Carousel type page
Hi, what I would like to do is load a page that displays some data for the current month, I then want to allow a user to scroll left and right incrementing and decrementing the month as needed. I have...
View ArticleAdding a ContentView in a ContentPage
Hello, I have a ContentPage with a text field and a button. Once the button is clicked I want to load a ContentView under the button. The ContentView has a ListView of stuff I want to display....
View ArticleCan we add configurable urls in app.config file?
This is more about the standard practice ? Normally we put our urls in constant file in mobile apps? Unlike in web to make urls configurable they used to write inside app.config as key value pair?...
View Articlewindows rt forms support for Xamarin.Forms.ToolbarItem
Hi, Does the windows rt xamarin forms support toolbaritems. I have code in my existing project that adds a toolbar item and it is not showing when I add the windows rt windows app project. Thanks,...
View ArticleXamarin studio gets stuck while rebuilding the iOS app?
I'm using xcode 7.1 and xamarin studio 5.10.1 and whenever I'm setting my iOS project as startup project and build it the build process gets stuck and on canceling the build it doesnt gets cancelled....
View ArticleHow to hide the separator lines after the end of the list in IOS
In IOS listview shows if one or two Items and rest of the space it shows the separator lines, I want to hide the separator lines if no data.
View Article