Hi,
I cant find a solution to remove the white padding on the top/bottom of the drawercontent.
Am I doing something wrong, or is it a bug ?
Here is a simple code to reproduce :
<ContentPage.Content>
<telerik:RadSideDrawer x:Name="drawer" DrawerLength="300" DrawerLocation="Left" DrawerTransitionType="Push">
<telerik:RadSideDrawer.DrawerContent>
<Grid HorizontalOptions="FillAndExpand" VerticalOptions="FillAndExpand" BackgroundColor="Aqua" />
</telerik:RadSideDrawer.DrawerContent>
<telerik:RadSideDrawer.MainContent>
<Grid>
<Button BackgroundColor="Bisque" Clicked="Button_Clicked" Text="Open Drawer" />
</Grid>
</telerik:RadSideDrawer.MainContent>
</telerik:RadSideDrawer>
</ContentPage.Content>
And the result :
I am testing on Ipad, iOS 17.2.
Telerik.UI.for.Maui 6.8.0
Thanks for the help.