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 ArticleCan ScrollView be controlled using keyboard on Windows platform?
I am testing my app on Windows desktop. On pages with ScrollViews, is there any way in a XF app to control the scrolling from the keyboard? Is there any way of explicitly putting the ScrollView on the...
View ArticleDoes XF on Windows support shortcut/access keys?
Does Xamarin.Forms, when running on Windows, support shortcut/access keys (e.g. Alt+A, Ctrl-F5 etc)? If so, how are they specified?
View ArticleTwitter Like ViewCell Best Practices
Hi there, I'm making a twitter like application and as twitter ViewCell has lot of stuff including author name, author picture, description, attached image (which appear sometime/sometime not),...
View ArticleMap in master detail stops swipe to open.
My app design wraps a few pages in a navigation page to load into the details page of a master detail view. So far this works really nice. I get a button on the navigation header that lets me open the...
View ArticleListView with 2 Labels: One left andone right
Hi, I have a ListView with two labels on each row. One should be at the left and the other on the right. Why doesn't this code work? It shows the two labels aligned to the left. <StackLayout...
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 ArticleUsing Zumero Sync to sync a SQLite database - Getting error during sync.
I am using Zumero Sync to sync a SQLite DB in my Forms application, I am getting an error during sync. I am using VS Pro 2015 When it its the sync function I get a pop up "An unhandled exception...
View ArticleStrange error on iOS 9 XF 1.5
Same times, usually when the iPhone have no internet, my app crashes and the message in the debug output is this: 2015-09-24 15:09:39.950 UseallE2ComercialAVMobileiOS[2556:735137] ** -[UIApplication...
View ArticleBest way to trigger specific events depending on the current page
Hi everyone, I have a phone with a physical barcode scanner. Depending on which page the user currently is, the barcode scanner is enabled/disabled and an event handler is added/removed. The event is...
View ArticleEditText: restrict edittext to enter 2 digits after decimal point
Hello, How to restrict edittext to enter 2 digits after decimal point? Thanks.
View ArticleXamarin Forms 2.0 and Visual Studio
I have a project that I am trying to upgrade to the newest version of Xamarin Forms (2.0). After upgrading I loose all Xamarin.Forms functionality in my app. For instance, DependencyService is not...
View ArticleProblem with PageRenderer
For Android project I have a jar package that contains a method "ShowView". This method get ViewGroup and should add his View to this ViewContainer. I have Xamarin.Forms project and for this I create...
View ArticleCan I use PCL Projects in a Shared Project
Hi, I have a shared project. I would like to put all my shared resources into a PCL library. Can I access that from my shared project? Best Tom
View ArticleNamespace Xamarin.Forms.Core not found
Hi, I'm just starting with Xamarin.Forms. I now ran into a problem when trying to write a XAML markup extension as described in Petzolds book to access embeded images. using System; using...
View ArticleDeploy to all three platforms at the same time when debugging?
This one is a productivity question. In VS2015, is there a way to deploy to all three platforms at the same time when debugging? Oftentimes, I make changes in the shared project to test them on...
View ArticleMasterDetailPage icon strange behaviour
We have a login screen (screenshot 1.png) that leads to a MasterDetailPage with a three-bar menu icon that looks like we want it (screenshot 2.png). When we disconnect, we're brought back to the login...
View ArticleDependency injection complaining about missing default constructor when it...
I've used the dependency injection successfully with other classes but I just created a class that the injection service seems to have a problem with and I don't understand why. The interface in the...
View ArticlePlease Help .......... the cart icon on Navbar
how to do the same thing to show the number of items on the cart icon of right top corner. any ideas ?
View ArticleSeeing Beacons in the background on Android in a X.F PCL solution.
So its straight forward enough to monitor for beacons in the foreground in a PCL with the Androids MainActivity being the IBeaconConsumer. But I'm not sure how to get background monitoring working, as...
View Article