Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.09 KB

README.md

File metadata and controls

37 lines (21 loc) · 1.09 KB

ControlesCustomsXamarinForms

Visual rendering

UWP

UWP

Android

Android

iOS

ios

Configuration UWP for add Image with Xamarin Form 3.6

config3 6

There is a bug for adding image in Xamarin Forms to get around it you have to get the nuget win2DUP and add <DisableWin2DPlatformCheck>true</DisableWin2DPlatformCheck> in your csproj UWP

Configuration Android

Add in MainActivity.cs ScrollStacklayoutRender.Init();

Configuration iOS

Add in AppDelegate ControlesCustoms.iOS.Renderers.ScrollStacklayoutRenderer.Initialize();

Code Xamarin Forms

XamlSample