Hi Teal,
We have checked your query and please find the response follows.
Regarding query with Font Style Label customization not working.
We have checked the reported scenario and we are able to reproduce the issue with label font style customization not working in Xamarin.Forms.UWP platform and logged the issue report for the same. We will include the fix for this issue in our 2018 Vol2 SP1 release while is expected to release by end of July.
Regarding query with set the focus to an editor field when the page is created.
You can set the Entry focus on page loading by changing the FocusState to Programmatic in custom EntryRenderer.
Code example.
|
[C#]
private void Control_Loaded(object sender, RoutedEventArgs e)
{
Control.Focus(FocusState.Programmatic);
} |
Regarding query with Vertical Alignment for entry.
You can achieve your requirement by changing the value of VerticalAlignment and VerticalContentAlignment to centre in custom EntryRenderer.
We have prepared a sample based on your requirement and please find the sample from below location.
Regarding query with data form error message customization.
We have already considered the feature request to provide the support for error message customization in SfDataForm and it will be implement in any of our upcoming releases.
Regards
Vigneshkumar R