How can I set InputTransparent for a view and all of its children?
I notice that it doesn't work like this already on Android, and it makes it really hard to disable a view. I tried using IsEnabled, but it didn't have any effect. I really need this functionality.
View ArticleListView delete item and refresh, similar to notifyDataSetChanged() in Android?
Hi, How to refresh ListView after removing some items from it? I am having below code. _noteViewModelList.RemoveAt(id); _listView.ItemsSource = _noteViewModelList; In above code, i am removing item...
View ArticleGoogle auth crashes application
I am using google auth through a webview in xamarin.forms [android app] and after the user authenticates, the application crashes, and i am unable to move forward. Here's a snippet of the code : public...
View ArticleGetting compile error on ContentResolver.Insert() for creating event on...
I am now trying to create an event for Android platform. I am using Xamarin Forms but writing platform specific code for creating event on Android. I went through the docs...
View Articlesqlite for app
Hi friends i'm working on an app which is like an E-commerce app in xamarin .forms. At currently i'm not implemented sqlite in my app for listing data but some of my friends told me about the important...
View ArticleListView with optional Header/Footer
I'm trying to show a header (or footer - not a group header!) in a ListView, but only if it is necessary. A simple example would be a message with a 'dismiss' button next to it which hides the message....
View ArticleCreate a Shadow on Android View
How to i set Shadow around the Boxview in Android Custom Renderer?
View ArticleMap - XForms - center on my position
Hi, I've came accross almost all I got to implement in my app. Except that : when the map is shown, I have to center the view on my position. Not a pin or anything else. I have to reproduce what...
View ArticleFull page TableView
Hi there, I'm trying to build something like a blogpost View within Xamarin forms. It consits of some Labels on top, below that a WebView and under the WebView I would like to have a listview of...
View ArticleListView Grouped Style on iOS
I'm wondering if anyone has found a simple way to set the rendered UITableView on iOS to UITableViewStyle.Grouped when using a ListView from Xamarin Forms. It's easy enough to do with TableView as I...
View ArticleFormatted Label with Xamarin.Forms
Can someone please show me how to use Xamarin.Forms.Label.FormattedText correctly? I'm using Xamarin.Forms to write a Carousel based app, when I try Label IntroductionTextLabel = new Label();...
View ArticleXamarin Stop when i add layout ?it's hang not exit
please help me when i adding layout to project in Xamarin-android- it's stop suddenly-hang why ?????????
View ArticleWCF Services and Windows Account
Hi everyone, I've got a Web Service which requires authentification to be consumed. I'm using Xamarin.Forms and PCL. I've done multiple time a WCF test without security it works well, but i can't find...
View ArticleListView Swipe Gestures left to right and right to left
Hello. I am trying to implement a ListView using Xamarin.Forms which supports swiping in 2 directions. right to left swipe -> offer a few custom actions right to left swipe -> offer a few custom...
View ArticleProblem with setting LayoutParams to LinearLayout
I am creating a custom Dialog which includes a LinearLayout and a text and button in it. I set the Orientation to the layout to Vertical. So far so good but the problem starts when I try to apply some...
View ArticleHow to use Dropbox sync & data store in xamarin.forms
Hello Team, I am trying to attach Dropbox sync & data store component in my PCL Application . But i am not able to find this package . how ever i have created a demo few days ago at that time it is...
View ArticleHow to Bind ListView on same page after deleted Item in the listView ?
Hello, I have an error on bind Listview after delete record in listView. After Deleted record.... I create Listview Page object Using below syntax on ListItemCell binding page. var userlist = new...
View ArticleXamarin Forms Maps - Multiple maps on navigation stack behaving oddly
I am using Xamarin Forms Maps in my project, and currently debugging on an Android device. This has been a project I've been working on for a while, and while my source code has not changed, all of a...
View ArticleUpdate Binding Source on Unfocused
Hi, Does anyone have a suggestion on how to, for example, only update the source property of an Entry's Text binding when Unfocused rather than TextChanged? XF doesn't seem to have the ability to...
View ArticleExceeded Retry Count of 10
I have updated to the latest Xamarin.Forms. I am using Visual Studio 2013. Since I updated to the latest Xamarin for Visual Studio this morning, I am getting these issues all of the time in Windows...
View Article