Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Browsing all 58056 articles
Browse latest View live

alignment problem

I have a stackLayout StackLayout sl1 = new StackLayout (); sl1.HorizontalOptions = LayoutOptions.FillAndExpand; sl1.Orientation = StackOrientation.Horizontal; and two controls Label labelDataScadenza =...

View Article


Disabling Emoji Keyboard

For Entry fields, is there a way to display the Emoji option on the Keyboard in iOS8?

View Article


Unable to bind a DateTime object to a Label ?

Hi, I'm using this code: public class DemoCell : ViewCell { public DemoCell() { var dateLabel = new Label(); dateLabel.SetBinding(Label.TextProperty, "Date"); //dateLabel.SetBinding(Label.TextProperty,...

View Article

StackLayout in RelativeLayout, not showing StackLayouts Childrens..

Hey there, I'm currently trying to show Images of People with their Name below the image and their skill. All this should be displayed in a grid like layout. Attached an image how it should look like....

View Article

Image may be NSFW.
Clik here to view.

Navigation Animation

Please have a look at Video I uploaded on YouTube. is it possible to get this kind of animation and UI in android (not using android lolipop). a specialli please closely look at the moment when +...

View Article


DataDetectorTypes for Xamarin Forms

Hi folks, i have a Label with a URL in your content, and i need show as a link. Can i use DataDetectorTypes or something like that to make this? Label UrlSourceLabel = new Label (); UrlSourceLabel.Text...

View Article

Calling a custom method on a custom renderer

I have a custom renderer that displays an image natively on iOS and Android. How would I call a method from code in Xamarin.Forms that would tell each platform's renderer to clear the image?

View Article

Use system icons on tabs

Hi, Is there a way to specify a "system" icon to be displayed on a tab when using Xamarin Forms? I would like to use icons such as Favourites, Bookmark, History etc but I do not want to supply all my...

View Article


Listview with images, same image appears twice on iOS

I have a ListView with where the items contains one Image and one Label, The Image in the DataTemplate is used like this, Image categoryImage = new Image { Aspect = Aspect.AspectFill };...

View Article


How to set AbsoluteLayout.LayoutBounds OnPlatform in XAML file?

How to set AbsoluteLayout.LayoutBounds OnPlatform in XAML file? I have tried to do like this: <AbsoluteLayout> <Label> <AbsoluteLayout.LayoutBounds> <OnPlatform...

View Article

StackLayout in RelativeLayout, not showing StackLayouts Childrens..

Hey there, I'm currently trying to show Images of People with their Name below the image and their skill. All this should be displayed in a grid like layout. Attached an image how it should look like....

View Article

Vs is unable to connect to the Mac, the Ping timeout, why?

Vs is unable to connect to the Mac, the Ping timeout, why?

View Article

Android Theme with Xamarin.Forms

I am creating a cross-platoform with Xamarin.Forms. I tried to set the Android application theme in the AndroidManifest. But, it doesn't seem working. No matter what theme I set, the app always ran...

View Article


Custom renderer not applied after Font.WithSize()?

Hey, I am using a custom renderer for my label to apply a different font. On my Xamarin.Forms page I use "text.Font = text.Font.WithSize (24)" to change the font size. This leads to unpredictable...

View Article

How could I make a button float on the centre of webview

I just want the button or image float on the view ,How could I make this done!

View Article


Complex UI elements with Xamarin.Forms

Hi friends, I'm new to Xamarin (20 hours of samples and tiny POC), Currently my company develops few applications for Android & iOS. Develop once is something we really want and need (like...

View Article

Can these techniques be used to extend Xaml parsing in Xamarin.Forms?

This is an article about adding support in WPF for populating generics (Dictionary<>, List<>, etc.) objects in Xaml via MarkupExtensions....

View Article


TouchDown lazy with CarouselPage - EntryRenderer

Hello all. We have the following structure in our application: -> CarouselPage -> ContentPage -> StackLayout -> CustomEntry Our CustomEntry have a EntryRenderer, in iOS, to listen the...

View Article

Custom Renderer with lists of child controls

Hi all, I know there's lots of tutorials about custom renderers which are really good. But are there any that specifically deal with renderers which contain lists of child controls such ListView? My...

View Article

multipart form api hit in xamarin forms

Please Reply Fast i need help .How to hit a multipart form Api in xamarin forms

View Article
Browsing all 58056 articles
Browse latest View live