Hi folks,
I use this xaml code for basic grid:
<syncfusion:SfDataGrid x:Name="data"
AutoGenerateColumns="true"
AllowResizingColumns="True"
AllowSorting="True"
ColumnSizer="Star">
I fill it in code behind.
How can I show both scroll bars for mouse scrolling ?
Cheers