Entry control wrapping text
Is this possible? I have a long string of text I'd like to edit with a multi-line entry, but the text just goes offscreen and I can't find any wrapping options.
View ArticleAndroid crashes with ActivityIndicator while starting
Hi, on our project (and a blank test project for reproduction) the ActivityIndicator let Android Apps crash when they use minimum API Level 16 (4.1 Jelly Beans). It's enough to put a ActivityIndicator...
View ArticleAndroid crashes with ActivityIndicator while starting
Hi, on our project (and a blank test project for reproduction) the ActivityIndicator let Android Apps crash when they use minimum API Level 16 (4.1 Jelly Beans). It's enough to put a ActivityIndicator...
View ArticleDLToolkit PageFactory - simple MVVM for Xamarin.Forms (github)
DLToolkit.PageFactory for Xamarin.Forms The main reason for creation of PageFactory was that I needed very simple to use library which would free me from implementing the same things for any...
View ArticleWindows Phone pull to refresh not working when ListView has few items
We're using Xamarin Forms 1.4.2.6359. We have a page with a ListView that has pull to refresh enabled. For Windows Phone Silverlight 8.1, when the ListView doesn't have enough items to fit the screen...
View ArticlePhoto Grayscale Filter With XLabs Photo
I'm trying to improve the OCR Xamarin.Tesseract. The best way to improve it is by processing the image before it's processed by the OCR, putting it at a grayscale filter and adjusting the contrast,...
View ArticleXamarin Forms - Back button spamming
Hi all, I'm pretty new with XF and now I am having an app with a navigation stack with many pages. The problem I have is that if I spam the Back button/arrow fast, the stack is not getting popped...
View ArticleSystem.NullReferenceException at...
MobileCRM project from https://github.com/xamarin/xamarin-forms-samples Android only Crash happens a second or two after the splash screen Log: http://lpaste.net/140992 Crash occurs after OnCreate...
View ArticleListView.ScrollTo is broken on iOS / I need alternatives.
I'm having a tonne of trouble getting the ListView to ScrollTo the end in iOS, it's working fine in Android. I can see there is a bug related to it that has been marked as solved then reopened etc:...
View ArticleGet View Height and Weight
I'm trying to do a layout based on screen resolution. This way I can use it in all screes resolutions. For it I'm taking the screen resolution of device. However it returns resolution of all the screen...
View ArticleBug, iOS, Label with StartAndExpand HorizontalOptions does not expand if...
Hello there, Because a picture is worth a thousand words, let's start with this: As you can see, I am trying to build rows with a left-aligned Label (LayoutOptions.StartAndExpand) and a right-aligned...
View ArticleA problem with Xamarin.Forms plug-in and Code Compilation with .NET Framwork 4.5
Hello, I just started with Xamarin studio. I would use Xamarin.forms to create an Android app (on windows) and iOS mac; beacause I don't have Visual Studio. I installed all the files without problème...
View ArticleHow I can disable highlight item in ListView?
I could not disable highlight item. I tried to use this code (I took it from forum): listView.ItemTapped += (object sender, ItemTappedEventArgs e) => { if (e.Item == null) return;...
View ArticleDoes not work GroupHeaderTemplate in ListView
I create ViewCell for CategoryProductsHeader and applied it. But nothing changes. ListView listView = new CategoryListView { HasUnevenRows = true, ItemTemplate = new...
View ArticleDebug Output shows binding issue that shouldn't exist when binding ListView
I'm getting the following notes in my Debug Output 2014-06-18 10:28:50.147 FormsTemplateiOS[31060:70b] Binding: 'Title' property not found on 'FutureState.AppCore.ViewModels.NavigationViewModel',...
View ArticleButton with an image, how to centre the image horizontally?
Hi guys, Trying to get a little button with an image, I want the image to be centred within the button but it is always to the left. Button button = new Button(); { //WidthRequest = 50 BorderWidth =...
View ArticleHow I can show modal page?
How I can show modal page which will include some components? Like this
View ArticleHow I can raise the above a control in a page?
When Entry control activated and keyboard showed, this control should go the above in page. Like it reflected in the image. This necessary because the keyboard hides the Entry.
View ArticleIs it possible to call Xamarin forms pages inside an Android Fragment?
Scenario I already created a cross platform project where platform specif projects are sharing common PCL libraries .There are lot of fragments used in the Android specific Project (Eg .Adding...
View ArticleAndroid OpenGLView displays on simulators but not on physical devices
Hi all, I have a bit of code here that runs very well on iOS, and in the Android simulator (all is displayed properly). However, I have tried to run it on two different devices (Nexus 5, and SM-P900)...
View Article