listview selected item color
has anyone solved this problem? tried this: http://stackoverflow.com/questions/25885238/xamarin-forms-listview-set-the-highlight-color-of-a-tapped-item but nothing renders once I add the renderer.
View ArticleActivity indicator binding using forms
Hello forum! I am looking for solution on how to use Activity indicator - as there are very little info in docs and forum. What I am doing: 1) creating the form where I do collect some data and send it...
View ArticleLifetime of view models - navigation away from viewmodel
I have a page where I can initiate a server synchronization - this can take some time. In the meantime the user can navigate away from the page. This got me thinking about lifetime of view models. I...
View ArticleShow and Hide Controls
Label and other properties don't appear to have Visibility properties. Is there an alternate to show and hide controls with Xamarin.Forms?
View ArticleGrid cell (with image content) height is set to that of not scaled image
I have a page with client details - including a profile image. I use a simple grid layout to but I have a problem where the height of the grid cell with the profile image is set to that of the original...
View ArticleMasterDetailPage behaviour on iPad landscape mode
Hi, I currently have an application that makes use of Xamarin.Forms. Now, as my masterpage, I am using a MasterDetailPage. This MasterDetailPage translates to an UISplitViewController on iOS and the...
View ArticleRemove listview selection background colour.
Hi, how to remove iOS listview selection background colour? Thanks in advance.
View ArticleHow to perform logging ?
Hello , in our Windows system , we normally log the exception and the main activities that led to the exception. All this is normally stored on a text file to be able to trace it offline. what is the...
View ArticleIReadOnlyList implementation as ListView data source
Hi! I've been running into problems when using a IReadOnlyList<T> implementation as the data source for the ListView. The selection internally seems to be using the IndexOf method for finding the...
View ArticleTableView and PropertyChanged
Hi folks, I have a TableView with 2 TableSections. I want to know if a "Pull-Event" is executed. So...I thought I can use PropertyChanged, but PropertyChanged is not fired if you pull in the TableView....
View ArticleCarouselPage Android, few questions
Hi guys, I posted another question about aCarouselPage app but unfortunately there was no response. I persevered and managed to fix the things I asked about. I'm now a bit lost with the CarouselPage....
View ArticleHow do I set the stepping value in Xaml for the Xamarin.Forms slider control?
Good day code campers, I'm trying to figure out how set the stepping value in Xaml for the Xamarin.Forms slider control. Here is a sample xaml code snippet from my project. I would also like to know if...
View ArticleOpen Mail and sms Editor from PCL Code
Hello, i would like to call from PCL Library Sms and mail editor from PCL code : for email : i would like to open with Resolver.Resolve().LaunchUriAsync(new Uri("mailto:destinataire@exemple.com")); but...
View ArticleHow to detect the software keyboard?
I'm using Xamarin Forms with iOS. Is there a way with Xamarin Forms to detect the keyboard, or must this be done with the platform-specific project?
View ArticleScrollview with horizontal and vertical scroll at the same time, is it possible?
Hello mates, I'm trying to use a scrollview with a horizontal and vertical scroll but it doesn't works. I tryid to put a scrollview with a horizontal scroll inside another one with a vertical scroll...
View ArticleWindows Phone Picker
I have a pretty simple picker which works on iOS and Android as expected, but in Windows Phone appears as an empty box (title does not appear like it does on other platforms), and when selected,...
View ArticleIs it possible to use Xamarin.Forms without NuGet?
I've been recently asked to move all the project references to a static folder and not use NuGet at all. I removed the Packages from NuGet and added the .dll to the references from a static folder. I...
View ArticleToolbarItems ?s: Placement? Content in Secondary toolbar surface?
I am working with a toolbar and have a few questions: Is it possible to specify where on the toolbar the toolbar item is placed? E.g. I want an item on the far left and one item on the far right. If...
View ArticleBuilt-in simple icons (magnifine glass, plus sign, trash can, etc) for...
Is there a simple way to add well-known icons (magnifine glass, plus sign, trash can, etc) to a ToolBarItem? Assuming a happy path Android API19+ only deployment can/should I reference the built-in...
View ArticleiOS 64 bit.
@Jasonasmith, You probably already saw this but in case you didn't it looks like the priority of getting Xamarin.Forms to use the iOS 64 bit API may have increased. Not that you already don't have...
View Article