In the page I am using DataGrid I have 2 rows and 2 columns with the same height and width
between the actual dataGrid and the Vertical Scroll ball I have a blank space
here the code of datagrid
<syncfusion:SfDataGrid ColumnWidthMode="Auto" GridLinesVisibility="Both" Grid.RowSpan="2" Grid.Row="0" Grid.Column="0" ItemsSource="{Binding ******}"
</syncfusion:SfDataGrid>
I ve tried to give it a specific widht but nothing changed
What could be the problem and thank you