How to add XLabs RadioButton Group to View
Hi, Im trying to implement the @MitchMilam Radio Button control from XLabs here https://github.com/XLabs/Xamarin-Forms-Labs/tree/master/src/Forms/XLabs.Forms/Controls Ive implemented the renderer in...
View ArticleUpper-case first letter in Entry and Editor
The Entry and Editor controls do not automatically make the first letter upper-case. How can I enable that?
View ArticleHow to show up button with actiontbar in Android UI when I push to sub-pages?
I'm using Forms and android project and using actionbar for navigation style. So my actionbar theme are like this in style file: <style name="MyTheme.ActionBarStyle"...
View ArticleWebView and meta viewport tag support
Hello, I have a WebView whose html content sets the viewport using a meta tag: <meta name="viewport" content="width=400"/> And I'm working in an android app but use the Xamarin.Forms paradigm. To...
View ArticleActionbar title and logo is hidden???
HI all, I'm using Forms and found my actionbar tiles are hidden, only when I tap and hold on it, it will appear and will popup back to previous page. why.....? how can I make them show up? `...
View ArticleBind command to custom control and execute?
I've created a custom control which contains a UIButton, and I would like to be able to bind a command from my ViewModel to be executed when a gesture is executed on it. I have added the action for the...
View ArticleiOS: when ListView items added/removed, items occasionally not rendered
Hi all, Just wondering if anyone else has seen this strange behavior: it occurs only on iOS when items are added and removed from an ObservableCollection bound to a ListView. Occassionally, items are...
View ArticleHow to get word-wrap working with MinimumHeightRequest in a grid
I've managed to implement a Grid using XF (see attached screenshot), that contains Labels (which are themselves inside StackLayouts) with Word Wrap enabled. To get this to work, I have to explicitly...
View ArticleListView Swipe Up to Cover Full Screen
I am developing a newsletter application which has a image and below that we have a list view for news items.Once the user swipes up the news items it should cover the whole page and on swipe down the...
View ArticlePicking a direction for F# with Xamarin Forms
I really like working with F#, especially given that I'm using Swift in pure iOS projects. It's relatively early for my main project so I can pick a direction and wondered if the community had advice:...
View ArticleDisplayAlert() in OnDisappearing not working on iOS
Hi! This is a simplification, but here goes: I have put a DisplayAlert() in my page's OnDisappearing method; on Android it is shown OK after the page disappears but on iOS it is not shown. I'm using...
View ArticleCross Platform Location
I would like to use Xamarin Forms to target at least two platforms. One item we will need to collect from the device is its location. I have been looking at the docs and this seems to require platform...
View Articlesearch bar in the navigation bar
I want to have the search bar in the navigation bar just like we have rthe action bar in android. I may well be missing something very obvious. Can someone please help me on this?
View ArticleJava Security Exception when launching email client from Android dependency...
Hi, I created a simple Xamarin.Forms dependency service in Android to launch the email composer but I'm getting a java security exception when executing the code below. I checked but there's no...
View Articleis this a BUG about ScrollView ??
Code: class ScrollViewDemoPage : ContentPage { public ScrollViewDemoPage() { Label header = new Label { Text = "ScrollView", Font = Font.BoldSystemFontOfSize(50), HorizontalOptions =...
View ArticleGet access to NavigationController
Hi In my AppDelegate i setup the views, but i want to have access to NavigationController... Please advise how i can get the main root view controller / navigation controller? public override bool...
View ArticleAnyone else found that pre-release 1.4.3 breaks breakpoint debugging?
I have one project which uses the latest pre-release, and I find the breakpoint debugger acts crazy in that project. Many breakpoints are skipped, some have hollow circles in the middle, and when I do...
View ArticleHow can I dynamically create a horizontal stack of buttons?
I want add a dynamically generated row of buttons on my form. The number and content of the buttons needs to come from a BindingContext. For a static row of such buttons, I'd obviously use a...
View ArticleInputTransparent=true and Picker
I have a page that displays three different views on the same data depending on the selected item in a picker. Rather than displaying the picker widget, I want a tap on the picker to invoke a command...
View Article