Scrolling issue

Hi,

I've a xaml page like this:

<ScrollView Orientation="Vertical" VerticalOptions="FillAndExpand">
    <StackLayout>
        [other controls]
       <StackLayout  x:Name="ChartArea" VerticalOptions="FillAndExpand">
       </StackLayout>
        [other controls]
    </StackLayout>
</ScrollView>

Programmatically I add some dataGrids into ChartArea stacklayout. Until the grids don't reach the page limit and there is no vertical scroll bar everything works fine, I can scroll inside each grid and see each raw. The issue comes when the vertical scroll bar shows up and I can only scroll the entire page but I cannot scroll inside each grid.

Can you please help?

Thanks,
Stefano


1 Reply

SL Sathya Lakshmanan Syncfusion Team April 6, 2016 03:52 AM UTC

Hi Stefano

Thank you for using Syncfusion Products.

We have considered the requirement “Scrolling issue” as a defect and logged a defect report regarding this. A support incident to track the status of this issue has been created under your Syncfuison account. Please log on to our support website to check for further updates.

https://www.syncfusion.com/account/login?ReturnUrl=%2fsupport%2fdirecttrac%2fincidents/

Regards,
Sathya




Loader.
Up arrow icon