Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Browsing all 79144 articles
Browse latest View live

GridView with ItemsSource?

Are there any plans to implement the Grid with an ItemSource property?

View Article


ListView in ScrollView not scrolled

I have a RelativeLayout in ScrollView which contains ListView. When I want to scroll ListView scrolled RelativeLayout. But if I hold down ListView one finger, and scroll the other finger, it scrolled.

View Article


How to use Badge.Plugin in Xamarin.forms? Is there any alternate to...

Hello, I am using the Nuget plugin Badge.Plugin. I need to create and set the badge value in Xamarin.forms.Can we use the Badge.Plugin in forms.If so, how? Or is there any solution to create and set...

View Article

Forms uses badge to share project errors

http://www.nuget.org/packages/Xam.Plugin.Badge/ Is there a successful operation of the project? I'd like to find some common packages. But badge seems to be the only one.

View Article

Setting button background color removes material design touch feedback

How do i set the background of a button but still keep the touch feedback from android material design? <Button x:Name="login" Text="LOGIN" TextColor="White" BackgroundColor="Teal"...

View Article


Adding a picker in XAML

I'd like to add a picker control that has the values 1,2,3,4,5. I tried the following... <Picker SelectedIndex="{Binding NewCriterion.Importance}" > <Items>...

View Article

listview edit item and new item inside pop up

I bound my listview using mvvm logic but I need edit item and add new item actions. What is the best way to do it without navigating to another page? On WPF i have achieved this using a popup with a...

View Article

DependencyProperty equivalent for Xamarin Forms.

I'm writing a XAML + MVVM project for testing porpuses. So far i haven't had any problems trying to port my Windows code to Xamarin except for the DependencyProperty. Is there a way to get it working...

View Article


OnStart, OnSleep, and OnResume not called

Hello, I created a Xamarin.Forms Shared application and noticed that OnStart, OnSleep, and OnResume are never reached. OnStart should be called in Xamarin.Forms.Forms.Init am I right ? Why are all of...

View Article


Double-tapping in Xamarin.Forms on Android

We've found some rather annoying issues with multiple taps and navigation on Android using Xamarin.Forms. Let's say there's a button press and in the handler there's a bog-standard await...

View Article

Image may be NSFW.
Clik here to view.

Possible to support Images in NON root folder on windows??

Is there any way possible to support images that are in the Assets folder on Windows Phone? I have 50 to 60 different images and it is really annoying to not be able to organize them

View Article

ListView in Windows Phone causes Argument Out Of Range Exception

Hello, I am having the exact same problem, that was reported here: https://bugzilla.xamarin.com/show_bug.cgi?id=24681, which is: Attempting to remove the last item from the example list view causes an...

View Article

Strange out of memory issue in media picker

I'm using following code to allow user to select image from device. var device = Resolver.Resolve<IDevice> (); var mediaPicker = DependencyService.Get<IMediaPicker> (); if (mediaPicker ==...

View Article


Image may be NSFW.
Clik here to view.

Request: Support for ICommand on most if not all controls

Greetings, I had a request for the "powers that be" That request is to consider adding support for ICommand to most if not all control events (ItemSelected, ItemTapped, etc). This would allow a great...

View Article

System.InvalidCastException: Specified cast is not valid.

I've been trying to solve this one for a few days. Thought I'd put it out here and see if anyone can help me see something... The exception thrown {System.InvalidCastException: Specified cast is not...

View Article


Change Slider Minimum programatically does not update slider in UI ?

Hi, I have an issue with Slider : At first my Slider has Minimum set to 50 and its value is 50, while Maximum is 100, so the thumb is located on the left of the track which is OK. Then programatically...

View Article

ListView items bindings visually not updated when property changes

Hi, I'm having an issue with my ListView items in Xamarin.Forms 1.4.4 (same problem with 1.4.2, 1.4.3, and 1.5.0 pre3). In my XAML ItemTemplate I have : The IsSelected property comes from this class :...

View Article


MVVM light plugin not working when used with Xamarin studio with xamarin form...

I am trying to integrate MVVM light in my xamarin forms project and its showing me the attached error, any thoughts on how I can resolve this error.

View Article

Geolocator plugin not working

Hi, I need this plugin. And I'm using or testing this code https://components.xamarin.com/view/geolocatorplugin and it doesn't work. My xamarin studion is 5.7.2 (Indie). string tmpAdress; var myAddress...

View Article

ListView binding to ObservableCollection does not update GUI

Hi Can anyone tell me why this simple code is not working as expected? Does the ListView control not listen for changes in the bound property? Expected: when I click the Add button, the GUI (ListView)...

View Article
Browsing all 79144 articles
Browse latest View live