ListView items with buttons/commands in them
Hi. I've been messing around with different kind of listitems, and one type of cell that I want to use is a cell with a button in it bound to a command, which sounds simple. However during the...
View ArticleMinimum Android Version 4.0?
Is there any way to get the new forms working on Gingerbread? I know the stats are down to only 13% on 2.3 and dropping quickly, but I have clients that still require Gingerbread support, and that...
View ArticleScheme URLs and fallback if the app is not installed
I'm trying to link to IMDB from inside my app - ideally to the IMDB app but if this is not installed I want to launch the web page. If I use Device.OpenURI and pass a valid scheme URL for IMDB, then it...
View ArticleDynamic listview columns
Hi all, so i am a creating an app which communicates with a existing winforms.net application (and its sql database). One of the main feature of the winform application is that almost everything don...
View ArticleIs it possible to suspend the Mono GC when scrolling a ListView?
I've noticed the GC seems to collect quite a bit when scrolling which, after flattening my ViewCell's to only use the more performant RelativeLayout's, seems to be the only thing preventing entirely...
View ArticleTabbedPage is missing CurrentPageChanged Event
Hi, According the documentation the TabbedPage extends from MultiPage which offers an public event called CurrentPageChanged . When referencing this name in XAML, the exception is thrown that no such...
View ArticleSet WidthRequested in percentage
Is it possible? Below if what we've tried so far. public class ExtendLabel : Label { public ExtendLabel() { this.HorizontalOptions = LayoutOptions.FillAndExpand; } public static BindableProperty...
View ArticleHow to use masterdetail page if already use another NavigationPage
I have home page, so I use the home page as the NavigationPage : new NavigationPage(homePage) Then,I use the Masterdetail page as the second page, I want to take advantage of the slide-out menu. But I...
View ArticleInvalidCastException while binding on a ListView
I'm trying to make a ListView on a page and Xamarin.Forms throws an InvalidCastException. I've no idea why. Code: https://gist.github.com/JohnACarruthers/424b5e0bdeb5cc022829 The exception copy/pasted...
View ArticleThe MinimumHeightRequest property does not work on a StackLayout
Hello, I would like to know how I can apply a height to a minimum since the MinimumHeightRequest stackLayout property does not work
View ArticleHow to change root Page?
How do you change the root page of the app at runtime, or alternative, change the root Page in a NavigationPage. I'm doing a POC of converting an existing native Android and iOS app to one using...
View ArticleSet ListView's ItemsSource within Task.Run, causes ViewCell not populated
I'm having constant problem whenever I try to load ListView's ItemsSource in background thread, i.e. using Task.Run(); In the subclass of ListView: ItemTemplate = new DataTemplate...
View ArticleXamarin.forms SalesforceSDK
Hi, Do you have an updated sample of how to use salesforcesdk with xamarin.forms. The salesforce login page does not appear in the Oauth process. Do we need to do a custom renderer for this to work....
View ArticleJabbr Room for Xamarin Forms
Just another avenue for discussion. Sometimes it's nice to just chat https://jabbr.net/#/rooms/Xamarin-Forms
View ArticleGallery Samples Not Working
I was going to run through the gallery samples downloadable here, so I could see reference implementations of the Forms layouts / controls http://developer.xamarin.com/samples/FormsGallery/...
View ArticleLayoutTo is moving again after a short time
I have an AbsoluteLayout named “View1" that is used inside another AbsoluteLayout. When I click on a button I fire the following: var newPos = new Rectangle(12,190, 287, 142); View1.LayoutTo( newPos,...
View ArticleBest way to reproduce Spotify Grid View
Hi, wich could be the better way to reproduce a grid like the Spotify one with Xamarin.Forms? Thanks in advance! Marco
View ArticlePlease add a function to allow pages to be removed from the navigation stack
In particular for splash->welcome->login->home pattern. Im sure there will be lots of people asking for this to be added to the Xamarin.Forms navigation interface. Are there any plans to do...
View ArticleHow to make a StackLayout or Layout clickable
I have multiple StackLayouts inside a horizontal ScrollView inside a ViewCell. I have two questions: How to make StackLayout clickable? How to Call Navigation.PushAsync(Page) inside ViewCell class? I...
View ArticleDoes anyone know how to hide navigation bar for Forms?
I tried to hide the navigation bar for NavigationPage. Does anyone have a idea?
View Article