Is it possible to add stack Layuout in toolbar to add controls in it?
Is it possible to add stack Layuout in toolbar to add controls in it? If yes please provide any sample with UI in XAML
View ArticleMoved: Exception on developer console, "You MUST call...
This discussion has been moved.
View ArticleSwipe to delete functionality for ListView using Xamarin Forms
Hi, Can anyone suggest me how to implement swipe to delete functionality which is a default functionality for listview in native iOS in xamarin forms for both Android and iOS. Thanks, sunil
View ArticleiOS ListView Cell remove MenuItem stays open on delete
Hi all, I've got a ListView with a swipe-to-remove button in my ViewCell, using following XAML: <ViewCell.ContextActions> <MenuItem Text="Remove" IsDestructive="true" Command="{Binding...
View ArticleObservable collection add children
I have an ObservableCollection, public class Company : ObservableCollection<Employee> { public Company(string P_companyName){ companyName = P_companyName; } public string companyName{ get; set; }...
View ArticleXamarin.Forms on Tablet and Smartphone
Hello, currently we port our html5 app to Xamarin. Can anybody say what is the best way to build and style the new App for Smartphone and Tablet. Did we need different Apps or can we solve this in only...
View ArticleIssue with Google analytics in Xamarin forms
I am implementing Google Analytics in Xamarin forms, I followed https://theconfuzedsourcecode.wordpress.com/2015/07/19/google-analytics-tracking-implementation-in-xamarin/ . As article says to add...
View ArticleAcessing Android.support.v7.widget.Toolbar through a...
Hello, I have a doubt about Material Design on Android. I used the tutorial on this link https://blog.xamarin.com/material-design-for-your-xamarin-forms-android-apps/ and it worked. But I wrote a...
View ArticleUsing an ActivityIndicator in a ListView Footer
<ListView.Footer> <ActivityIndicator IsRunning="{Binding FetchingData}" /> </ListView.Footer> It seems the IsRunning Binding does not work when it is contained in a footer. If I...
View ArticleToolbarItem Icon not working on Android
Dear Collegues, I am creating project in Xamarin.Forms as a part of my Master thesis project. I have a XAML view: <ContentPage.ToolbarItems> <ToolbarItem Text="Refresh">...
View ArticleCenter Entry placeholder & text vertically
I need to center placeholder & text inside an Entry. Is there a way to do this?
View ArticleClasslibrary doesnt work on xamarin.forms
I have some logic which is shared by 2 of my apps. therefore i want to move it in a class library project and reference on each xamarin.forms project only. But I cant create a classic class library...
View ArticleHow to resize an image in Xamarin.Forms (iOS, Android and WP)?
Hi all In my app, there is a registration-page, where the user can register to have access to more functions. Among other he can load an image, that then is showed as his avatar. To select an image, I...
View ArticleCustom rendering of a Droid checkbox
I need to change the default border color of an Android check box. According to http://stackoverflow.com/questions/26447709/how-to-set-checkbox-border-color one should use android:buttonTint for this...
View ArticleWhen running on Windows, is there any way programmatically to get scrollbar...
When running on Windows, is there any way programmatically to get the: (1) height of a horizontal scroll bar? (2) width of a vertical scroll bar? Both would be useful to avoid things overlapping with...
View ArticleZXing.Net.Mobile customview
Hi, I'm trying to make a custom view containing a ZXing view. (example in attach file) Does someone has already done something similar in Xamarin.Forms ? Thanks ! S.
View ArticleiOS MPMoviePlayerViewController goes blank after a few seconds
I'm having a weird issue with MPMoviePlayerViewController. public override void ViewDidLoad() { base.ViewDidLoad(); var f = new...
View ArticleNavigationBar BarBackgroundColor
I'm following the instructions here; https://www.syntaxismyui.com/xamarin-forms-masterdetail-page-navigation-recipe/ In rootpage.cs I'm setting the bar background color like so:...
View ArticleIssue with Google analytics in Xamarin forms
I am implementing Google Analytics in Xamarin forms, I followed https://theconfuzedsourcecode.wordpress.com/2015/07/19/google-analytics-tracking-implementation-in-xamarin/ . As article says to add...
View ArticleWalk through entry fields upon keyboard done button click
I have a form with multiple entries. Is there a way to focus through each entry when keyboard done button is pressed on each platform?
View Article