Hi Alexis,
Greetings from Syncfusion.
We have analyzed your query and we can resolve the reported issue by setting
TabView vertical option as FillAndExpand. We have created sample based on this
and please find the sample from below.
Sample:
https://www.syncfusion.com/downloads/support/directtrac/general/ze/TabViewSample_(1)1535350173.zip
Since we are not aware of your exact requirement, we suggest to try our
solution and if you are still facing the same issue, please revert us by modifying the sample based
on your application along with replication procedure or provide the
sample. This will be helpful for us to investigate further and
provide you a better solution at the earliest.
Regards,
Sakthivel P.
|
<tabview:SfTabItem.Content>
<StackLayout>
<ScrollView VerticalOptions="Start" BackgroundColor="Black">
<StackLayout HeightRequest="200" Margin="0,1,0,0" Padding="10,10,10,40" VerticalOptions="Start"
Spacing="5" />
</ScrollView>
</StackLayout>
</tabview:SfTabItem.Content>
|