GridView with ItemsSource?
Are there any plans to implement the Grid with an ItemSource property?
View ArticleListView 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 ArticleHow 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 ArticleForms 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 ArticleSetting 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 ArticleAdding 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 Articlelistview 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 ArticleDependencyProperty 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 ArticleOnStart, 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 ArticleDouble-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 ArticlePossible 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 ArticleListView 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 ArticleStrange 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 ArticleRequest: 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 ArticleSystem.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 ArticleChange 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 ArticleListView 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 ArticleMVVM 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 ArticleGeolocator 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 ArticleListView 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