When I set LoadMoreBackground to transparent, the line above appears. How can I remove it?
<Style TargetType="sfgrid:SfDataGrid">
<Setter Property="AutoGenerateColumnsMode" Value="None"/>
<Setter Property="CanMaintainScrollPosition" Value="True"/>
<Setter Property="SortingMode" Value="None"/>
<Setter Property="BackgroundColor" Value="Transparent"/>
<Setter Property="AutoGenerateColumnsMode" Value="None"/>
<Setter Property="HeaderGridLinesVisibility" Value="None"/>
<Setter Property="DefaultStyle">
<sfgrid:DataGridStyle ColumnResizingIndicatorColor="{StaticResource SecondColor}" HeaderRowBackground="{StaticResource PrimaryColorClubsync}"
HeaderRowTextColor="{StaticResource TextColorPrimary}" RowBackground="{StaticResource ThirdColor}"
GridLineStrokeThickness="5" GridLineColor="{StaticResource AppBackground}"
SelectionBackground="{StaticResource PrimaryColorClubsync}" CurrentCellBorderColor="Transparent"
CurrentCellBorderWidth="0" CurrentRowHighlightColor="{StaticResource FourthColor}"
LoadMoreBackground="Transparent" LoadMoreButtonBackground="{StaticResource ButtonEnableBackgroundColor}"
LoadMoreButtonTextColor="{StaticResource ButtonEnableTextColor}" LoadMoreIndicatorColor="{StaticResource SecondColor}"/>
</Setter>
</Style>
Attachment:
z6592534566313_8b2b039741ecd9a944a1cc11f2e81a5d_eb96b476.jpg