Has anybody solved running on Windows 10 release?
My app runs happily on Windows 8.1 and on a preview build of Windows 10, but on the release build of Windows 10, the XF Application constructor throws the following exception. Has anybody else...
View ArticleHow to Align View at Bottom of RelativeLayout?
Hi, This question might be to simple to answer but I still havent found a good way to accomadate the View height itself when i try to Align it at a bottom of a relativelayout. Any suggestions? Code...
View ArticleHeight of Picker in Xamarin.Forms
I'm using xamarin.forms and displaying Bindable picker on screen. And I'm using following code to update initial text of Picker contol. public class MyCustomBindablePickerRenderer :PickerRenderer { //...
View ArticleHow to use a ListView in a ScrollView with XLabs-PopUp-Control?
Hi all In my App, I have a huge search-page with various (filterable) ListViews (until over 4’000 Items) in a StackLayout and the StackLayout in a ScrollView (as the Page has to be scrollable). The...
View ArticleImage not loading in the right way. Please Help me!
Hi, I'm newbie in xamarin development. I'm developing a xamarin.forms app (ios and android). I've a content page defined in the main project using an image. I've added the images to each project. To...
View ArticleTag-like on entry
Hi, I need to make an entry with the tag option, like the image: Someone has any idea? I tried with grid layout and changing the position of my entry, but that was awful...
View ArticleHardware Back Button
I've got an app which displays a login page modally when it detects that the user has not logged in. However, the user can still dismiss the login page using the hardware back button, thus returning to...
View ArticleTapGestureRecognizer not following view when using LayoutTo()
I'm using LayoutTo(); to create my own pseudo hamburger menu. Unfortunately, once the view moves, I can no longer tap it again to close it. It's as though the GestureRecognizer is no longer available...
View ArticlePOLL: What is your preferred location for ViewModel Hydration?
I've been torn on this topic, as I see value either way. Now that I'm working on a ViewModel-First navigation library, I'm trying to decide where a user will typically (in a well-factored code base)...
View ArticleProblems to start SLsvcUtil.exe
Hi guys We are trying to perform the step 3 on Creating a Xamarin.Android Application using this walkthrough:...
View ArticleSync Photos folder with dropbox using Xmarin Ios
Hello Team, I'm developing mobile application using xamarin forms. I need to do a sync with dropbox of photos, database and folder. I have used Dropbox Sync & DataStore component. I have done with...
View ArticleSync Photos folder with dropbox using Xmarin Ios
Hello Team, I'm developing mobile application using xamarin forms. I need to do a sync with dropbox of photos, database and folder. I have used Dropbox Sync & DataStore component. I have done with...
View ArticleKeyboard.Create(0) Doesn't turn off all features
http://iosapi.xamarin.com/?link=T:Xamarin.Forms.Keyboard/* http://iosapi.xamarin.com/?link=M:Xamarin.Forms.Keyboard.Create(Xamarin.Forms.KeyboardFlags) I want a keyboard that the same as the Password...
View ArticleRemove icon from action bar from xamarin forms android project
Hi, Can someone help me in removing icon from action bar ? Thanks, Ashish jha
View ArticleHow to open .eml file
Hi everyone, How can I open .eml file in xamarin.forms iOS?? Kind Regards Taimoor Janjua
View ArticleCustom Rendering every Visual Element for Swipe Gestures?
We wanted to have own Views for Tab Buttons so we built a custom Tabbed Page. Now we want to make it swipable. I started making a custom renderer for StackLayouts, because in every Tab is a stacklayout...
View ArticleXamarin.Forms 1.4.4 Released
Important Notes Your Xamarin.Forms.Cell may receive null as its BindingContext during the cleanup procedure. This helps unhook bindings and fix some potential memory leaks. If your Xamarin.Forms.Cell...
View ArticleHow to Add Button Controls and perform Click events
Hi, How do we add button dynamically in a MonoMac Project and perform Click events.I want to write the code in cs file.i am not getting the button displayed even though i add a button programatically....
View ArticleTabbedPage Children overlay
Hi there, I implemented a TabbedPage with two ContentPages as children. My Code so far is this: <TabbedPage x:Class="Classname" xmlns="http://xamarin.com/schemas/2014/forms"...
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 Article