Xamarin.Forms Editor resizing jitter in UWP project

infinityeternity 21 Reputation points
2021-07-26T18:18:35.2+00:00

Why is there a jitter on Editor resizing on a new line?

<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
             xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
             x:Class="JitterBugTest.MainPage">

    <StackLayout>
        <Editor AutoSize="TextChanges"/>
    </StackLayout>

</ContentPage>

Also the case when I try manually resize it inside OnTextChanged. But there is no such problem for a regular UWP project using corresponding TextBox class with AcceptsReturn="True".

How can I fix this?

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,297 questions
Universal Windows Platform (UWP)
{count} votes