- Home
- Forum
- Xamarin.Forms
- Scroll issues on Android
Scroll issues on Android
I have a code like this (below)... under iOS scroll works as expected, in Android everything is rendered as expected, but scroll does not work.
<StackLayout Orientation="Vertical" VerticalOptions="FillAndExpand">
<Image Source="xxxx.png" HorizontalOptions="FillAndExpand" Aspect="AspectFill" x:Name="logo" />
<StackLayout Orientation="Vertical" VerticalOptions="FillAndExpand">
<tabView:SfTabView VerticalOptions="FillAndExpand" VisibleHeaderCount="3" OverflowMode="Scroll">
<tabView:SfTabItem Title="Modelos">
<tabView:SfTabItem.Content>
<ScrollView>
<StackLayout Orientation="Vertical">
<inputLayout:SfTextInputLayout Hint="xxxx" HorizontalOptions="FillAndExpand">
<Editor IsEnabled="false" Text="very long long long long long long long long long text that is presented in more than one line"/>
</inputLayout:SfTextInputLayout>
<inputLayout:SfTextInputLayout Hint="yyyy" HorizontalOptions="FillAndExpand">
<Editor IsEnabled="false" Text="very long long long long long long long long long text that is presented in more than one line"/>
</inputLayout:SfTextInputLayout>
<inputLayout:SfTextInputLayout Hint="zzzz" HorizontalOptions="FillAndExpand">
<Editor IsEnabled="false" Text="very long long long long long long long long long text that is presented in more than one line"/>
</inputLayout:SfTextInputLayout>
<inputLayout:SfTextInputLayout Hint="rrrrr" HorizontalOptions="FillAndExpand">
<Editor IsEnabled="false" Text="very long long long long long long long long long text that is presented in more than one line"/>
</inputLayout:SfTextInputLayout>
<inputLayout:SfTextInputLayout Hint="nnnnn" HorizontalOptions="FillAndExpand">
<Editor IsEnabled="false" Text="very long long long long long long long long long text that is presented in more than one line"/>
</inputLayout:SfTextInputLayout>
</StackLayout>
</ScrollView>
</tabView:SfTabItem.Content>
</tabView:SfTabItem>
<tabView:SfTabItem Title="Formulário">
<tabView:SfTabItem.Content>
<StackLayout Orientation="Vertical">
</StackLayout>
</tabView:SfTabItem.Content>
</tabView:SfTabItem>
<tabView:SfTabItem Title="Q&A">
<tabView:SfTabItem.Content>
<StackLayout>
</StackLayout>
</tabView:SfTabItem.Content>
</tabView:SfTabItem>
</tabView:SfTabView>
</StackLayout>
</StackLayout>
SIGN IN To post a reply.
3 Replies
DR
Dhanasekar R
Syncfusion Team
February 13, 2019 01:27 PM UTC
Hi Anibal,
Greetings from Syncfusion.
We have validated your sample and we were able to reproduce the issue from our side. We have already fixed this issue, and this will be included in our upcoming weekly NuGet release which will be rolled out on 14th February 2019.
Regards,
Dhanasekar
AD
Anibal de Deus
February 19, 2019 05:43 PM UTC
Fixed after updating to latest verstion. Thanks
DR
Dhanasekar R
Syncfusion Team
February 20, 2019 08:52 AM UTC
Hi Anibal,
Glad that the issue has been resolved in latest version. Please get back to us if any further assistance.
Regards,
Dhanasekar
SIGN IN To post a reply.
- 3 Replies
- 2 Participants
-
AD Anibal de Deus
- Feb 13, 2019 01:53 AM UTC
- Feb 20, 2019 08:52 AM UTC