Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
142245 | Jan 24,2019 06:53 AM UTC | Jan 30,2019 05:58 AM UTC | Xamarin.Forms | 3 |
![]() |
Tags: SfDataForm |
[assembly: ExportRenderer(typeof(CustomEntry), typeof(CustomEntryRenderer))]
public class CustomEntryRenderer : EntryRenderer
{
protected override void OnElementChanged(ElementChangedEventArgs<Entry> e)
{
base.OnElementChanged(e);
if (Control != null)
{
Control.VerticalAlignment = Windows.UI.Xaml.VerticalAlignment.Center;
}
}
} |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.