alignment problem
I have a stackLayout StackLayout sl1 = new StackLayout (); sl1.HorizontalOptions = LayoutOptions.FillAndExpand; sl1.Orientation = StackOrientation.Horizontal; and two controls Label labelDataScadenza =...
View ArticleDisabling Emoji Keyboard
For Entry fields, is there a way to display the Emoji option on the Keyboard in iOS8?
View ArticleUnable 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 ArticleStackLayout 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 ArticleNavigation 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 ArticleDataDetectorTypes 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 ArticleCalling 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 ArticleUse 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 ArticleListview 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 ArticleHow 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 ArticleStackLayout 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 ArticleVs is unable to connect to the Mac, the Ping timeout, why?
Vs is unable to connect to the Mac, the Ping timeout, why?
View ArticleAndroid 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 ArticleCustom 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 ArticleHow 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 ArticleComplex 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 ArticleCan 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 ArticleTouchDown 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 ArticleCustom 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 Articlemultipart form api hit in xamarin forms
Please Reply Fast i need help .How to hit a multipart form Api in xamarin forms
View Article