Sequence contains no matching element at System.Linq.Enumerable.Last
I want to use only Main.axml in my project. protected override void OnCreate (Bundle bundle) { base.OnCreate (bundle); global::Xamarin.Forms.Forms.Init (this, bundle); LoadApplication (new App ());...
View ArticleSequence contains no matching element at System.Linq.Enumerable.Last
I want to use only Main.axml in my project. protected override void OnCreate (Bundle bundle) { base.OnCreate (bundle); global::Xamarin.Forms.Forms.Init (this, bundle); LoadApplication (new App ());...
View ArticleMultiselect ListViews
I am new to Xamarin Forms and was wondering if we could build Multiselect Listviews using Xamarin Forms. Any help would be appreciated.
View ArticleUnnecessary Padding From The Sides on iOS
I'm still new to Xamarin and I'm having trouble with my code. We built an app using Xamarin Portable library so that we have the cross-platform solution. However from android to iOS as expected there's...
View ArticleSetContentView for main page
In Xamarin.Android I can write: SetContentView(Resource.Layout.Main); for set the activity content from Main.axml How I can do the same for Xamarin.Forms? How I can move data from Main.axml on main...
View ArticleHow to find device screen size programmatically in Xamarin.forms ?
Hi all I am using Xamrin.Form for my mobile application development .I want to find width of my IPhone programatically . Can anybody tell how to find the screen size ?
View ArticleLabel with vertical orientation
How to implement Label with vertical orientation and ability to cut text if it is too long? Is it possible to do it with just Xamarin.Forms or I need to implement custom renderers for each platform?
View ArticleDelivering touch events to a view outside the bounds of its parent view. [iOS]
I'm working on popup UITableView, that is shown above parent UITextField. And the problem is my tableView is not clickable at all except Vegetables item, that is placed right above the parent view. I...
View ArticleWorking Around a Control To Return a Data From a Popup Window
I'm still new to Xamarin and I'm having trouble in my code. The user is entering information in a page. There is a picker where he chooses his area of living. There are over 3000 areas and it's very...
View ArticleNested RelativeLayout in XAML
Hi, I have some issues to control the position of a RelativeLayout nested in another RelativeLayout. My goal is to achieve somehow a Carousel, but without the swipe. I'll translate the pages manually....
View ArticleZoom on image
I have a Xamarin Forms PCL Project and in one of my pages I have a scroll view that holds about five images vertically. I need to be able to implement the pinch to zoom gesture on the images, any ideas...
View ArticleMedia Component issue in xamarin.forms for android lollypop 5.1.1
Hi All, I am using Media.Plugin for xamarin.forms app. While getting picture from gallery specially on android 5.1.1, It does not showing. It's working on android kitkat properly . Is there any work...
View ArticleCustom Renderer with Constructor Injection
Hi, We are using TinyIoC for DI, and I need to inject a dependency into my Custom Renderers in order to get resources: [assembly: ExportRenderer(typeof(Entry), typeof(CustomEntryRenderer))] namespace...
View ArticleHow to handle navigation in a MasterDetailPage using Context Actions of a...
Hello there, I will try to give an accurate explanation for the issue I'm facing. Context : I'm using a MasterDetailPage for my main navigation. In a Detail page (used as a NavigationPage), I display a...
View ArticleChange the color of the line between the header and the items in a Forms...
Hi! I'm trying to figure out how to change the color of the line between the header and the items in a ListView? Specifically for iOS at the moment, but still in Forms. XAML and screenshot below....
View ArticleWindows Phone 8.1 embedded string resources from PCL
As I read - for Windows Phone 8.1 XF - here 'due to the WinRT default trust level, embedded resource loading from a different assembly will not work unless the ReflectionPermission on the source...
View ArticleXamarin Studio and Microsoft Band SDK
Can i use Xamarin Studio (on Mac) to develop applications with the Microsoft Band SDK or can this SDK only be used within Visual StUdio? Thanks, Guy
View ArticleAdding png to Resources\Drawable hangs Visual Studio
Every time I add a png to Visual Studio in our Xamarin.Forms Android project, Visual Studio hangs. Not sure what is causing it, but I didn't have the same issue when adding the first image to the...
View ArticleIs it Possible to disable scrolling in ListView?
I'm trying to disable scrolling in ListView in iOS when there aren't many items to take up the entire screen. Android does this naturally but iOS is still scrollable even if there are only two items....
View ArticleIs it possible to use a custom font for ToolbarItems?
I'm interested in using just text for the items in my toolbar. I am successfully seeing the text in the toolbar on top. Also, I have successfully loaded a custom font to be used on certain Buttons and...
View Article