Xamarin.Forms Editor resizing jitter in UWP project
infinityeternity
21
Reputation points
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?
Developer technologies | .NET | Xamarin
Developer technologies | .NET | Xamarin
A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.
Developer technologies | Universal Windows Platform (UWP)
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
Sign in to answer