Custom render for rounded label
I've been searching for rounded label and still don't know how to create it. Does anyone know any functional nuget or can tell me how develop a custom render for creating them? Thank you!
View ArticleHow to create a Rounded Stack Layout Control in Xamarin Forms ?
I've created a custom View via Custom rendering but the issue is that it rounds from the all side but I just want to round this from two sides . How to achieve this in Xamarin Forms ? I've a code for...
View ArticleDisable controls on page in xamarin.forms
Hey all, I'm using XLab's PopupLayout to display popup on screen in my app. But the only issue i'm facing, is when the popup is open user is still able to select controls from backside and the page...
View ArticleSyntax to create a bindable property that is a callback (EventHandler)?
How do I add to a custom ContentView a bindable property that is a callback (i.e., like "Clicked" for Button). What is the proper syntax? public static readonly BindableProperty ClickOnProperty =...
View Articleweb service SOAP
I tried to use a web service after using svcutil but when I got 829 errors I knew I should try a different method. Now I use HttpClient and I am getting the information I need. However I am struggling...
View ArticlePlacing Entry between Stepper Controls
Hi, I am using a stepper in the shared application for a shopping site. However I want to place an entry between the two stepper buttons. Is it possible to do it with Xamarin forms? Thanks Apurva
View ArticleStepper Styling or Custom Renderer
Is there a way to style stepper control to include an entry control between two buttons and also make the buttons smaller. Alternatively are there any examples on how to use a custom renderer for...
View ArticleSide drawer menu in Xamarin.Forms for iOS and Android
Are there any examples or starter apps for Xamarin.Forms that have a side drawer menu (like in the Evolve 2014 app) for both iOS and Android?
View ArticleSet AutomationId for cells in TableView control
Need to add AutomationId for cells in TableView control, like: <TableSection> <views:customView AutomationId="CustomId" Text="someText" Detail="{Binding ......}" Command="{Binding ........}"...
View ArticleGet root path of project
How to get root path of current working project in Xamarin.Android or Xamarin.Forms project? Forms project is PCL, hence I am trying out in Xamarin.Android project. Tried following things: string...
View ArticleDevice orientation change and CarouselView
Hi there! I'm using the CarouselView along with Grial UI Kit in one of my Xamarin Forms App. I've got it work fine, in iOS & Android and it looks good in a portrait view on both the phones. The...
View ArticleCan i change Stepper + - icons and position in xamarin forms?
Want to show Up and Down arrows using stepper.
View ArticleCustomize Image Source URL path
Hi! This is my first question in the forums and I got to this point because I've found no help anywhere. The story is as follows: I get an object from web that has an ImageURL property I have an online...
View Article[Xamarin.IOS] [Xamarin.Forms] Soft Keyboard hides Entry at bottom of page.
[Xamarin.Forms] [Xamarin.IOS] I have a chat page which has a listview of messages and a horizontal stack at bottom (which contains an entry for new message and a send button). My problem is that in...
View ArticleUIAppearance doesn't work
I want to set visual properties on my iOS controls while using Xamarin.Forms. AppDelegate Class: public override bool FinishedLaunching (UIApplication app, NSDictionary options) {...
View ArticleBoolean with SQLite
Hi everyone According to the documentation of SQLite the data type "Boolean" isn't known and will be converted to an integer-value 1 or 0. Although my data model uses a Boolean-property. Now when I try...
View ArticleXamarin form template is not showing in the visual studio 2015 new projects...
Xamarin form template is not showing in the visual studio 2015 new projects templates
View ArticleCustom Renderer to change label and entry font size in entry cell
Is there any way to change the font size of the label and entry in an entry cell? I'm creating a form where a user enters some personal data. Since the font size's are so large, there is not enough...
View ArticleObservableCollection in Picker don't refresh on UWP.
Hello, I'm using Xamarin.Forms v2.3.4.184-pre1 and I tried to create a Picker. The picker works fine, binding is ok and when i add some objects to my ObservableCollection, the picker is automatically...
View ArticleHow to set Image tint in Windows RT
I have created custom renderers for the Xamarin.Forms Image control for both Android and iOS that allow me to specify an image tint at runtime that is applied to the Image. In Android I adjust the tint...
View Article