Can't edit Entry within ListView, Forms 1.3.1 error
Hi, I've pasted a sample app below but I essentially have a set of Entries within a ListView, using a class inherited from ViewCell. The error I'm getting is when tapping the Entry. Expected behaviour:...
View ArticleXamarin.Forms.Platform.WP8 issue
After the latest upgrade, I get these errors in both WP8 and WP81 projects, in both App.xaml and MainPage.xaml - any ideas? Error 24 Cannot resolve dependency to assembly 'Xamarin.Forms.Platform.WP8,...
View ArticleChange the navbarcolor without reloading page
Hi, Im trying to change the navbarcolor (background and title) without reloading the page. When the colorchange trigger this code runs on the specific IOS platform. `[assembly:...
View ArticleListView
Hi there! I am trying to customize a BubbleChat that was orginally created by Miguel de Icaza, it's very great example, so I wanted to start my chat program from there, however, the problem is when I...
View ArticlePicker show placeholder
I have a straight forward picker control. Can I make the picker with no item selected say Please Select. I looked for a placeholder field but haven't found anything.
View ArticleAlliance.Carousel
How to bind the Alliance.Carousel to viewmodel's property in Xamarin.iOS?
View ArticleUI : Title bar has a wrong position
Hello, I make a Xamarin.Forms app, and i've encountered a UI problem. The Title Bar has a wrong position in my page and i don't understand why ... it's probably very simple ... If somebody knows and...
View ArticleScrollView auto scrolls on keyboard visible?
I can see that the ScrollView automatically scrolls up to keep the Entry I clicked on visible when the onscreen keyboard opens. Is there a way to further control this behavior? There is a Login button...
View ArticleDisabling layout options refreshing after width/height changing
Hi, I have a moveable BoxView wrapped by RelativeLayout. When I move it (by updating Frame with specified start position in the custom renderer) and then change the WidthRequest or HeightRequest...
View ArticleLarge images async loading
I'm trying to load a large image (about 8400x6000) in the background and avoid blocking UI. What I'm now doing is to use the LoadImageAsync method in my ImageRenderer (iOS project). Unfortunately, the...
View ArticleViewCell background color changes according to cell index.
Hello Xamarin folks, I was wondering if its possible to draw the cells of a ListView with iterating background colors EG: How could I change the cell BG color for odd and even rows ? This is our sample...
View ArticleXamarin third party control
What is the third party controls can be used in the Mac, charge can also, for example, http://www.syncfusion.com/products/xamarin, less than $200
View ArticleXamarin.Forms.Maps zoom level ignored in iOS
Hi everyone, For my first project I have a simple XAML page showing a Xamarin.Forms.Map. In my page I'm using this code to initialize: const int zoomLevel = 7; // between 1 and 18 var latlongdegrees =...
View ArticleHow to get a label's Height
Hi, I have a none static label on my project that gets updated with different values. I was wondering if there is any way of getting the height and width of the label after the text was updated? I have...
View ArticleWebView not working on Windows Phone with local content
Hello, I'm trying to use a WebView. I want to load local images and css inside my WebView. I cannot find a way to make it work on Windows Phone (iOs and Android are working smoothly): Images and css...
View ArticleSlider - only fires if user ends touching the control?
Hello, is there any way to fires the ValueChanged event of the Slider Control only if the user let it go? Thanks.
View ArticleHow to get the children of a ContentPage or in a View?
Hello, Is there a way to get the children (controls) contained in a ContentPage or in a View? Thanks in advance!!
View ArticleLinker issues with Json.NET
There seem to be a few open issues around Json.NET and the linker. Does anyone have a resolution, is there a bug open, is there something I can adjust?...
View ArticleHow to center horizontally in RelativeLayout?
Im trying to position a stacklayout centered horizontally in a relativelayout. It seems to center based on the top left corner (0,0), how can I get it to use the center of the stack layout using XAML?...
View ArticleListView with Image in ItemTemplate slightly laggy
So I am loading about 200 items into my ListView, using the following item template <ListView.ItemTemplate> <DataTemplate> <ViewCell> <StackLayout...
View Article