Hi Emil,
We have analyzed your query. When we loading the datagrid inside a stacklayout, the vertical scroll is not showing. This is the default behavior of SfDataGrid. However, to overcome this by setting the Height for SfDataGrid like below,
<syncfusion:SfDataGrid x:Name="datagrid"
ItemsSource="{Binding GDCSource}"
AllowEditing="True"
Height="500"
SelectionMode="Multiple"
AutoGenerateColumns="True"
AllowGrouping="True"
ShowGroupDropArea="True">
|
Regards,
Jai Ganesh S