Method called when Xaml appears
Is there some method that gets invoked when the Xaml for a page is set? I've tried using on appearing but parameters for Xaml elements appear to still not be set yet at that point.
View ArticleListView.RowHeight always gives same height.
I apologize that this is a cross posting, but I am more used to presenting a question at StackOverflow. I have a problem that no matter what I set the RowHeight property to the row height ends up the...
View ArticleOnclick of Entry control background color changes to white - Android device...
Hi, I am facing below issues while setting backgroundcolor for Entry control. 1) While setting backgroundcolor, some gray overlay is added. 2) Onfocus of entry, background changes to white color. This...
View ArticlePlease Help .......... the cart icon on Navbar
how to do the same thing to show the number of items on the cart icon of right top corner. any ideas ?
View Articlecan i hide tableview TableSection title ??
if i dun set the title , it still keep a empty space on the table row. how can i hide it , just like a list view. why dun use list view ? because i need different item template in the tableview. list...
View ArticleXamarin.Forms 1.2.2 Prerelease 3 on Nuget
We hope this will be the final version of 1.2.2 that we will promote as stable. Bug Fixes [All] ImageCell and Button properly update image which image source changes. [Android] ToolbarItems set on a...
View ArticleLinker optimizations stripping code and can't preserve in a Xamarin forms...
I am seeing a problem that I THINK is caused by linker optimizations on serializable classes. I have a WCF service client class defined in my Xamarin.Forms PCL library. When I run the application under...
View ArticleHow to put a button over CarouselPage?
Hi everyone! I started with Xamarin this week and I'm to do a login page with a carousel of backgrounds and a big login button. I don't understand how to put a button over the carousel. Is it possible...
View ArticleBest way to draw charts in Xamarin Forms?
I want to draw charts in my app for displaying statistics graphics. I have seen the guide in the blog where Infragistics is used, my app doesn't have to be as elaborated as that but it have to work in...
View ArticleAn object reference is required to access non-static member...
Hello again! I'm try to use Xamarin.Forms. I have solution, android project and I've add Forms project as described here - http://forums.xamarin.com/discussion/comment/64979#Comment_64979 But in...
View ArticleLinker removing methods that are used in WCF client, can't mark them with...
I have a problem in my Android application when building the release package. It appears the linker is "optimizing" away methods that are being used in my WCF client code. This WCF client code lives in...
View ArticleHow to load images with Forms?
Hello! I try to load images like in tutorial with Xamarin.Forms. I made solution and projects like described here - http://forums.xamarin.com/discussion/comment/64979#Comment_64979 Than I add into this...
View ArticleMasterDetail left and right navigation screens
Is there a way to have Left and Right slideout navigation in a MasterDetail page? In Android you can simply use the example below, and I know that some of the OSS iOS plugins also support both... just...
View ArticleTabbedPage Positioning
In the screenshots promoting Forms the tab strip (from presumably the TabbedPage control) the strip appears below the action bar on Android devices. How was that accomplished? I'm in the process of...
View ArticleUsing embedded images as the image for a Button?
Hi, We are using Xamarin.Forms to build the UI for an iOS app and we have just hit a problem with using images on buttons. We divide our UI based on function areas and thus we have separate projects...
View ArticleImplementing Side-Menu on iOS (aside from default Master-View behaviour)
Hello, I am looking to implement a side menu in an iOS Xamarin.Forms application. Whilst the Master-Detail view provides the basic functionality I require, it doesn't function in a way that suits a...
View Articlelocation tracking code using gps provider
please provide me code for location tracking....i tried 2 demo app from sample application but still location is not showing.
View ArticleKnown issues with FileImageSource.FromStream() ?
Are there any known issues when using FileImageSource.FromStream() in a PCL on (Embedded Resource) image files? Because when I load serveral different images, for example filling a ListView, some...
View ArticleRelativeLayout scroll menu with animation at specific position
Hi guys I want to create a scroll menu inside a RelativeLayout in XamarinForms. The goal is to create a scrollable menu aligned to the left of the main screen, so that when you click on a menu item is...
View ArticleDifference between Master Detail (drawer layout) on Android and iOS
@JasonASmith Currently the latest stable release of Xamarin Forms (1.2.1.6229) has 2 different implementations of the Master Detail control on both Android and iOS. Android uses something like a...
View Article