Hello,
I would like to stack multiple SfDataGrid on the same page. Each of these SfDataGrid can contains several columns so I needed to wrap them in a ScrollView and a StackLayout. By default, the SfDataGrid activates its built in scrolling and each SfDataGrid is crushed into view. Is it possible to simply disable the scrolling in each grid and show the entire content and let the wrapper ScrollView do the scrolling? Each SfDataGrid can contain different column so I cannot use the GroupBy.
Thanks,
Jandler