Toolbar that slides away when scrolling ListView - or Y scroll position of...
Hi, I'd like to be able to slide a toolbar away as you scroll the listview - like many apps these days do to provide more viewing area in a list. I've already implemented this using "LayoutTo" but that...
View ArticleCharts For Xamarin Forms
Are there any Chart Plugin available for Xamarin forms ? Charts:- Line;Bar;Pie Or how to achieve it?
View ArticleHow can I make Xamarin.forms TapGestureRecognizer make an audible click sound?
I am using a TapGestureRecognizer for an Image on an Android device. When I tap the image, it is working properly, except there is no audible click noise like there is when I tap any other button.
View Article2 way binding between slider and entry
Hey guys, so I'm attempting to do something I would assume is fairly simple. Basically I have a Slider and an Entry next to each other. When you slide the slider, I want the Entry field to update with...
View ArticleGallery style page with static content on top
Is it possible to have an image gallery (horizontal scroll) type page with static elements (buttons/icons) on top, or in the same page? I've tried CarouselPage but all the content in the page will...
View ArticleDateTime output in wrong Cultrue
Hey, I am having a problem with the output of a DateTime value. The device culture is German so I expected a DateTime to get formated to the culture but it doesn't work. <Label Text="{Binding...
View ArticleAdd left padding to entry
Is there an easy way to add padding to the left on an entry so the text doesn't start right up against the edge? I know I could do a boxview or something and hack it to make it be similar, but I feel...
View ArticleCustom emoji keyboard for crossplatform
Hello, Im working in chat project what needs a set of my own emoticons. But I couldn't find the way to implement emoji keyboard for cross platform, anyone can help me? Thanks a lot.
View ArticleNo Activity Indicator on Nexus 5 (Lollipop) (API 21)
I'm using the "IsBusy" code in my OnAppearing method and in the upper right corner of the Android version (API 19), I can see the Activity Indicator working properly but when I change my Xamarin...
View ArticleCan't get context menu working
Hi, I can't seem to get my context MenuItems to fire either the edit or the delete commands indicated below. The menu comes up just fine, but nothing happens. Hopefully someone can help me out....
View ArticleDatabinding to a command inside a DataTemplate
Hi there, I'm just having a play with Xamarin Forms and databinding and am having a problem working out the syntax. Say I've got a view model associated with some XAML. Inside the view model I've got a...
View Articlex:Reference not working?
I'm trying to use a view-to-view binding using x:Reference, but am having no luck. Specifically, I am binding the command/parameter of a TextCell's context actions menu. I wish to bind the command...
View ArticleAnnouncement: NControl - Custom Controls for Xamarin.Forms
Just wanted to inform you all that I've just released a new library called NControl for Xamarin Forms that helps you write custom controls without the need for custom renderers. The library uses the...
View ArticleCell ContextAction - calling ViewModel command
I've got a Page with ListView, with an associated ViewModel with Commands. I've added a ContextAction to my custom ViewCell, to allow the user to delete an item. Now I want to implement the deletion...
View ArticleBind a Command from list view itemTemplate (MenuItem)
Hi all, I have a list view, and I am using Xamarin Forms Content Actions functionality to add some swipe functionality. var moreAction = new MenuItem { Text = "Add Result", }; ContextActions.Add...
View ArticleHow can I force hide the keyboard (as a workaround for a Xamarin Forms bug)
I unfortunately can't share the code as this is for a client, but I'll explain the situation. I have an Entry and a button. Clicking the button hides the entry. If I first click on the entry (bring up...
View ArticleAny update on Xamarin Forms with Windows 10 Universal Windows Platform?
I am eagerly waiting to hear from Xamarin Forms working with Windows 10 UWP apps ... anything exciting launching tomorrow with VS 2015 launch?
View Article[TabbedPage] Change colors of tabs in Android
Depending on the Android theme, the tabs are showing with different background and text colors. What is the best way of customize the tabs colors? Thanks
View ArticleFind correct file path for image file in a Shared Project to use Xlabs...
Hello! I wonder how i can find correct file path for images i got in a Shared Project as Embedded resource to send them as attachment in mail using XLabs emailservice. I have easily managed to send...
View ArticleHow can I separate my DataTemplates?
Hello, I would like my DataTemplates in seperate XAML-Files. Now I have added for every DataTemplate a seperate XAML-File. One example for a XAML file to seperate the DataTemplates: <?xml...
View Article